1{ 2 "_args": [ 3 [ 4 "abbrev@1.1.1", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "abbrev@1.1.1", 9 "_id": "abbrev@1.1.1", 10 "_inBundle": false, 11 "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", 12 "_location": "/abbrev", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "abbrev@1.1.1", 18 "name": "abbrev", 19 "escapedName": "abbrev", 20 "rawSpec": "1.1.1", 21 "saveSpec": null, 22 "fetchSpec": "1.1.1" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/node-gyp/nopt", 27 "/nopt" 28 ], 29 "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", 30 "_spec": "1.1.1", 31 "_where": "/Users/rebecca/code/npm", 32 "author": { 33 "name": "Isaac Z. Schlueter", 34 "email": "i@izs.me" 35 }, 36 "bugs": { 37 "url": "https://github.com/isaacs/abbrev-js/issues" 38 }, 39 "description": "Like ruby's abbrev module, but in js", 40 "devDependencies": { 41 "tap": "^10.1" 42 }, 43 "files": [ 44 "abbrev.js" 45 ], 46 "homepage": "https://github.com/isaacs/abbrev-js#readme", 47 "license": "ISC", 48 "main": "abbrev.js", 49 "name": "abbrev", 50 "repository": { 51 "type": "git", 52 "url": "git+ssh://git@github.com/isaacs/abbrev-js.git" 53 }, 54 "scripts": { 55 "postpublish": "git push origin --all; git push origin --tags", 56 "postversion": "npm publish", 57 "preversion": "npm test", 58 "test": "tap test.js --100" 59 }, 60 "version": "1.1.1" 61} 62