1{ 2 "_args": [ 3 [ 4 "archy@1.0.0", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "archy@1.0.0", 9 "_id": "archy@1.0.0", 10 "_inBundle": false, 11 "_integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", 12 "_location": "/archy", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "archy@1.0.0", 18 "name": "archy", 19 "escapedName": "archy", 20 "rawSpec": "1.0.0", 21 "saveSpec": null, 22 "fetchSpec": "1.0.0" 23 }, 24 "_requiredBy": [ 25 "/" 26 ], 27 "_resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", 28 "_spec": "1.0.0", 29 "_where": "/Users/rebecca/code/npm", 30 "author": { 31 "name": "James Halliday", 32 "email": "mail@substack.net", 33 "url": "http://substack.net" 34 }, 35 "bugs": { 36 "url": "https://github.com/substack/node-archy/issues" 37 }, 38 "description": "render nested hierarchies `npm ls` style with unicode pipes", 39 "devDependencies": { 40 "tap": "~0.3.3", 41 "tape": "~0.1.1" 42 }, 43 "homepage": "https://github.com/substack/node-archy#readme", 44 "keywords": [ 45 "hierarchy", 46 "npm ls", 47 "unicode", 48 "pretty", 49 "print" 50 ], 51 "license": "MIT", 52 "main": "index.js", 53 "name": "archy", 54 "repository": { 55 "type": "git", 56 "url": "git+ssh://git@github.com/substack/node-archy.git" 57 }, 58 "scripts": { 59 "test": "tap test" 60 }, 61 "testling": { 62 "files": "test/*.js", 63 "browsers": { 64 "iexplore": [ 65 "6.0", 66 "7.0", 67 "8.0", 68 "9.0" 69 ], 70 "chrome": [ 71 "20.0" 72 ], 73 "firefox": [ 74 "10.0", 75 "15.0" 76 ], 77 "safari": [ 78 "5.1" 79 ], 80 "opera": [ 81 "12.0" 82 ] 83 } 84 }, 85 "version": "1.0.0" 86} 87