forked from enviPath/enviPy
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"_from": "accessory@~1.1.0",
|
|
"_id": "accessory@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-eDPpg5oy3tdtJgIfNqQXB6Ug9ZM=",
|
|
"_location": "/accessory",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "accessory@~1.1.0",
|
|
"name": "accessory",
|
|
"escapedName": "accessory",
|
|
"rawSpec": "~1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/globo"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/accessory/-/accessory-1.1.0.tgz",
|
|
"_shasum": "7833e9839a32ded76d26021f36a41707a520f593",
|
|
"_spec": "accessory@~1.1.0",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/globo",
|
|
"author": {
|
|
"name": "Ben Drucker",
|
|
"email": "bvdrucker@gmail.com",
|
|
"url": "bendrucker.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bendrucker/accessory/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ap": "~0.2.0",
|
|
"balanced-match": "~0.2.0",
|
|
"dot-parts": "~1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create property accessor/caller statements for dot paths",
|
|
"devDependencies": {
|
|
"standard": "^4.0.0",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/bendrucker/accessory#readme",
|
|
"keywords": [
|
|
"dot",
|
|
"path",
|
|
"property",
|
|
"accessor",
|
|
"bracket",
|
|
"js"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "accessory",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bendrucker/accessory.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test.js"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|