find-node-modules
Version:
Return an array of all parent node_modules directories
73 lines (72 loc) • 1.72 kB
JSON
{
"_args": [
[
"fromentries@1.2.0",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "fromentries@1.2.0",
"_id": "fromentries@1.2.0",
"_inBundle": false,
"_integrity": "sha512-33X7H/wdfO99GdRLLgkjUrD4geAFdq/Uv0kl3HD4da6HDixd2GUg8Mw7dahLCV9r/EARkmtYBB6Tch4EEokFTQ==",
"_location": "/fromentries",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fromentries@1.2.0",
"name": "fromentries",
"escapedName": "fromentries",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/process-on-spawn"
],
"_resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/feross/fromentries/issues"
},
"description": "Object.fromEntries() ponyfill (in 6 lines)",
"devDependencies": {
"standard": "*",
"tape": "^4.9.1"
},
"homepage": "https://github.com/feross/fromentries",
"keywords": [
"Object.fromEntries",
"Object.entries",
"Object.values",
"Object.keys",
"entries",
"values",
"fromEntries",
"ES7",
"ES8",
"shim",
"object",
"keys",
"polyfill",
"ponyfill"
],
"license": "MIT",
"main": "index.js",
"name": "fromentries",
"repository": {
"type": "git",
"url": "git://github.com/feross/fromentries.git"
},
"scripts": {
"test": "standard && tape test/**/*.js"
},
"version": "1.2.0"
}