conventional-changelog-action/node_modules/object-path/package.json

52 lines
1.2 KiB
JSON

{
"name": "object-path",
"description": "Access deep object properties using a path",
"version": "0.11.5",
"author": {
"name": "Mario Casciaro"
},
"homepage": "https://github.com/mariocasciaro/object-path",
"repository": {
"type": "git",
"url": "git://github.com/mariocasciaro/object-path.git"
},
"engines": {
"node": ">= 10.12.0"
},
"devDependencies": {
"@mariocasciaro/benchpress": "^0.1.3",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"nyc": "^15.1.0",
"mocha": "^8.1.3",
"mocha-lcov-reporter": "^1.3.0"
},
"scripts": {
"test": "mocha test.js",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc npm test",
"benchmark": "node benchmark.js"
},
"keywords": [
"deep",
"path",
"access",
"bean",
"get",
"property",
"dot",
"prop",
"object",
"obj",
"notation",
"segment",
"value",
"nested",
"key"
],
"license": "MIT"
,"_resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz"
,"_integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg=="
,"_from": "object-path@0.11.5"
}