| Current Path : /etc/kibana/node_modules/object-path-immutable/ |
| Current File : //etc/kibana/node_modules/object-path-immutable/package.json |
{
"name": "object-path-immutable",
"version": "3.1.1",
"description": "Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.",
"author": "Mario Casciaro <m@mario.fyi>",
"license": "MIT",
"homepage": "https://github.com/mariocasciaro/object-path-immutable",
"repository": {
"type": "git",
"url": "git://github.com/mariocasciaro/object-path-immutable.git"
},
"types": "./object-path-immutable.d.ts",
"engines": {
"node": ">=0.10.0"
},
"main": "index.js",
"scripts": {
"build": "rollup -c",
"pretest": "standard",
"test": "npm run build && mocha test.js",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc npm test",
"prepublish": "npm run coverage",
"standard-fix": "standard --fix"
},
"dependencies": {},
"devDependencies": {},
"keywords": [
"deep",
"path",
"access",
"get",
"property",
"dot",
"prop",
"object",
"obj",
"notation",
"segment",
"value",
"nested",
"key",
"immutable",
"immutability",
"react",
"redux",
"state"
],
"standard": {
"ignore": [
"dist"
]
},
"cleaned": true
}