@chrisguest75/array_add_rce
Version:
A really cool example array add
45 lines (43 loc) • 1.17 kB
JSON
{
"name": "@chrisguest75/array_add_rce",
"version": "1.1.0",
"description": "A really cool example array add",
"main": "index.js",
"directories": {
"test": "./test"
},
"scripts": {
"coverage": "nyc mocha --timeout=3000",
"test": "mocha ./test",
"testjunit": "mocha ./test --reporter mocha-junit-reporter",
"lint": "./node_modules/.bin/eslint \"./**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisguest75/array_add_rce.git"
},
"keywords": [
"\"DO",
"NOT",
"USE\""
],
"author": "chrisguest",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrisguest75/array_add_rce/issues"
},
"homepage": "https://github.com/chrisguest75/array_add_rce#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-mocha": "0.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2",
"mocha-junit-reporter": "^1.23.1"
}
}