1{ 2 "_args": [ 3 [ 4 "npm-cache-filename@1.0.2", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "npm-cache-filename@1.0.2", 9 "_id": "npm-cache-filename@1.0.2", 10 "_inBundle": false, 11 "_integrity": "sha1-3tMGxbC/yHCp6fr4I7xfKD4FrhE=", 12 "_location": "/npm-cache-filename", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "npm-cache-filename@1.0.2", 18 "name": "npm-cache-filename", 19 "escapedName": "npm-cache-filename", 20 "rawSpec": "1.0.2", 21 "saveSpec": null, 22 "fetchSpec": "1.0.2" 23 }, 24 "_requiredBy": [ 25 "/" 26 ], 27 "_resolved": "https://registry.npmjs.org/npm-cache-filename/-/npm-cache-filename-1.0.2.tgz", 28 "_spec": "1.0.2", 29 "_where": "/Users/rebecca/code/npm", 30 "author": { 31 "name": "Isaac Z. Schlueter", 32 "email": "i@izs.me", 33 "url": "http://blog.izs.me/" 34 }, 35 "bugs": { 36 "url": "https://github.com/npm/npm-cache-filename/issues" 37 }, 38 "dependencies": {}, 39 "description": "Given a cache folder and url, return the appropriate cache folder.", 40 "devDependencies": { 41 "tap": "^1.2.0" 42 }, 43 "homepage": "https://github.com/npm/npm-cache-filename", 44 "license": "ISC", 45 "main": "index.js", 46 "name": "npm-cache-filename", 47 "repository": { 48 "type": "git", 49 "url": "git://github.com/npm/npm-cache-filename.git" 50 }, 51 "scripts": { 52 "test": "tap test.js" 53 }, 54 "version": "1.0.2" 55} 56