1{ 2 "_args": [ 3 [ 4 "lazy-property@1.0.0", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "lazy-property@1.0.0", 9 "_id": "lazy-property@1.0.0", 10 "_inBundle": false, 11 "_integrity": "sha1-hN3Es3Bnm6i9TNz6TAa0PVcREUc=", 12 "_location": "/lazy-property", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "lazy-property@1.0.0", 18 "name": "lazy-property", 19 "escapedName": "lazy-property", 20 "rawSpec": "1.0.0", 21 "saveSpec": null, 22 "fetchSpec": "1.0.0" 23 }, 24 "_requiredBy": [ 25 "/" 26 ], 27 "_resolved": "https://registry.npmjs.org/lazy-property/-/lazy-property-1.0.0.tgz", 28 "_spec": "1.0.0", 29 "_where": "/Users/rebecca/code/npm", 30 "author": { 31 "name": "Mikola Lysenko" 32 }, 33 "bugs": { 34 "url": "https://github.com/mikolalysenko/lazy-property/issues" 35 }, 36 "dependencies": {}, 37 "description": "Lazily initialized properties for objects", 38 "devDependencies": { 39 "tape": "^2.12.3" 40 }, 41 "directories": { 42 "test": "test" 43 }, 44 "gitHead": "850a27f710ec72f05b534805c31f095ff590f1ea", 45 "homepage": "https://github.com/mikolalysenko/lazy-property#readme", 46 "keywords": [ 47 "lazy", 48 "property", 49 "object", 50 "initialize", 51 "array", 52 "dictionary" 53 ], 54 "license": "MIT", 55 "main": "lazyProperty.js", 56 "name": "lazy-property", 57 "repository": { 58 "type": "git", 59 "url": "git://github.com/mikolalysenko/lazy-property.git" 60 }, 61 "scripts": { 62 "test": "tape test/*.js" 63 }, 64 "version": "1.0.0" 65} 66