1{ 2 "_args": [ 3 [ 4 "find-npm-prefix@1.0.2", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "find-npm-prefix@1.0.2", 9 "_id": "find-npm-prefix@1.0.2", 10 "_inBundle": false, 11 "_integrity": "sha512-KEftzJ+H90x6pcKtdXZEPsQse8/y/UnvzRKrOSQFprnrGaFuJ62fVkP34Iu2IYuMvyauCyoLTNkJZgrrGA2wkA==", 12 "_location": "/find-npm-prefix", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "find-npm-prefix@1.0.2", 18 "name": "find-npm-prefix", 19 "escapedName": "find-npm-prefix", 20 "rawSpec": "1.0.2", 21 "saveSpec": null, 22 "fetchSpec": "1.0.2" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/libcipm" 27 ], 28 "_resolved": "https://registry.npmjs.org/find-npm-prefix/-/find-npm-prefix-1.0.2.tgz", 29 "_spec": "1.0.2", 30 "_where": "/Users/rebecca/code/npm", 31 "author": { 32 "name": "Rebecca Turner", 33 "email": "me@re-becca.org", 34 "url": "http://re-becca.org/" 35 }, 36 "bugs": { 37 "url": "https://github.com/npm/find-npm-prefix/issues" 38 }, 39 "dependencies": {}, 40 "description": "Find the npm project directory associated with for a given directory", 41 "devDependencies": { 42 "require-inject": "^1.4.2", 43 "standard": "^10.0.3", 44 "tap": "^10.7.3" 45 }, 46 "directories": { 47 "test": "test" 48 }, 49 "homepage": "https://github.com/npm/find-npm-prefix#readme", 50 "keywords": [], 51 "license": "ISC", 52 "main": "find-prefix.js", 53 "name": "find-npm-prefix", 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/npm/find-npm-prefix.git" 57 }, 58 "scripts": { 59 "test": "standard && tap --100 test" 60 }, 61 "version": "1.0.2" 62} 63