1{ 2 "_args": [ 3 [ 4 "once@1.4.0", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "once@1.4.0", 9 "_id": "once@1.4.0", 10 "_inBundle": false, 11 "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", 12 "_location": "/once", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "once@1.4.0", 18 "name": "once", 19 "escapedName": "once", 20 "rawSpec": "1.4.0", 21 "saveSpec": null, 22 "fetchSpec": "1.4.0" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/end-of-stream", 27 "/glob", 28 "/inflight", 29 "/npm-profile/mississippi/pump", 30 "/npm-profile/pump", 31 "/npm-registry-client", 32 "/npm-registry-fetch/pump", 33 "/pump", 34 "/pumpify/pump", 35 "/read-package-tree", 36 "/readdir-scoped-modules" 37 ], 38 "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 39 "_spec": "1.4.0", 40 "_where": "/Users/rebecca/code/npm", 41 "author": { 42 "name": "Isaac Z. Schlueter", 43 "email": "i@izs.me", 44 "url": "http://blog.izs.me/" 45 }, 46 "bugs": { 47 "url": "https://github.com/isaacs/once/issues" 48 }, 49 "dependencies": { 50 "wrappy": "1" 51 }, 52 "description": "Run a function exactly one time", 53 "devDependencies": { 54 "tap": "^7.0.1" 55 }, 56 "directories": { 57 "test": "test" 58 }, 59 "files": [ 60 "once.js" 61 ], 62 "homepage": "https://github.com/isaacs/once#readme", 63 "keywords": [ 64 "once", 65 "function", 66 "one", 67 "single" 68 ], 69 "license": "ISC", 70 "main": "once.js", 71 "name": "once", 72 "repository": { 73 "type": "git", 74 "url": "git://github.com/isaacs/once.git" 75 }, 76 "scripts": { 77 "test": "tap test/*.js" 78 }, 79 "version": "1.4.0" 80} 81