{ "_args": [ [ { "raw": "abbrev@1", "scope": null, "escapedName": "abbrev", "name": "abbrev", "rawSpec": "1", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/nopt" ] ], "_from": "abbrev@>=1.0.0 <2.0.0", "_id": "abbrev@1.1.1", "_inCache": true, "_location": "/abbrev", "_nodeVersion": "8.5.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/abbrev-1.1.1.tgz_1506566833068_0.05750026390887797" }, "_npmUser": { "name": "isaacs", "email": "i@izs.me" }, "_npmVersion": "5.4.2", "_phantomChildren": {}, "_requested": { "raw": "abbrev@1", "scope": null, "escapedName": "abbrev", "name": "abbrev", "rawSpec": "1", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/nopt", "/touch/nopt" ], "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "_shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8", "_shrinkwrap": null, "_spec": "abbrev@1", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/nopt", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me" }, "bugs": { "url": "https://github.com/isaacs/abbrev-js/issues" }, "dependencies": {}, "description": "Like ruby's abbrev module, but in js", "devDependencies": { "tap": "^10.1" }, "directories": {}, "dist": { "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8", "tarball": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" }, "files": [ "abbrev.js" ], "gitHead": "a9ee72ebc8fe3975f1b0c7aeb3a8f2a806a432eb", "homepage": "https://github.com/isaacs/abbrev-js#readme", "license": "ISC", "main": "abbrev.js", "maintainers": [ { "name": "gabra", "email": "jerry+1@npmjs.com" }, { "name": "isaacs", "email": "i@izs.me" } ], "name": "abbrev", "optionalDependencies": {}, "readme": "# abbrev-js\n\nJust like [ruby's Abbrev](http://apidock.com/ruby/Abbrev).\n\nUsage:\n\n var abbrev = require(\"abbrev\");\n abbrev(\"foo\", \"fool\", \"folding\", \"flop\");\n \n // returns:\n { fl: 'flop'\n , flo: 'flop'\n , flop: 'flop'\n , fol: 'folding'\n , fold: 'folding'\n , foldi: 'folding'\n , foldin: 'folding'\n , folding: 'folding'\n , foo: 'foo'\n , fool: 'fool'\n }\n\nThis is handy for command-line scripts, or other cases where you want to be able to accept shorthands.\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+ssh://git@github.com/isaacs/abbrev-js.git" }, "scripts": { "postpublish": "git push origin --all; git push origin --tags", "postversion": "npm publish", "preversion": "npm test", "test": "tap test.js --100" }, "version": "1.1.1" }