You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
1.7 KiB
JSON

{
"_from": "dot-prop@^3.0.0",
"_id": "dot-prop@3.0.0",
"_inBundle": false,
"_integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=",
"_location": "/dot-prop",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dot-prop@^3.0.0",
"name": "dot-prop",
"escapedName": "dot-prop",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/configstore"
],
"_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz",
"_shasum": "1b708af094a49c9a0e7dbcad790aba539dac1177",
"_spec": "dot-prop@^3.0.0",
"_where": "/home/mwinter/www/unboundedpress/node_modules/configstore",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/dot-prop/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-obj": "^1.0.0"
},
"deprecated": false,
"description": "Get, set, or delete a property from a nested object using a dot path",
"devDependencies": {
"ava": "*",
"matcha": "^0.7.0",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/dot-prop#readme",
"keywords": [
"obj",
"object",
"prop",
"property",
"dot",
"path",
"get",
"set",
"delete",
"del",
"access",
"notation",
"dotty"
],
"license": "MIT",
"name": "dot-prop",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/dot-prop.git"
},
"scripts": {
"bench": "matcha bench.js",
"test": "xo && ava"
},
"version": "3.0.0"
}