exempt
Version:
A better way to use Array.prototype.splice method.
54 lines • 1.43 kB
JSON
{
"name": "nsrt",
"version": "0.12.0",
"description": "Insert unique value to array.",
"main": "nsrt.js",
"support": "nsrt.support.js",
"deploy": "nsrt.deploy.js",
"browser": "nsrt.deploy.js",
"scripts": {
"build": "babel nsrt.js --out-file nsrt.support.js --source-maps && webpack --progress --display-modules",
"pristine": "rsetmod clean && flxc execute ./.install.sh",
"clear": "rsetmod clean --clear",
"formal": "jesy apply '*.json'",
"pretest": "npm run clear && npm run build",
"test": "node nsrt-test.js",
"posttest": "npm run formal"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/nsrt.git"
},
"keywords": [
"insert",
"unique",
"value",
"array",
"nsrt"
],
"author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"contributors": [
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/volkovasystems/nsrt/issues"
},
"homepage": "https://github.com/volkovasystems/nsrt#readme",
"dependencies": {
"babel-runtime": "^6.25.0",
"doubt": "^0.34.0",
"een": "^0.23.0",
"lqual": "^0.4.0",
"truly": "^0.20.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"source-map-loader": "^0.2.1",
"webpack": "^3.4.1"
}
}