summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/abbrev/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/abbrev/package.json')
-rw-r--r--deps/npm/node_modules/abbrev/package.json66
1 files changed, 13 insertions, 53 deletions
diff --git a/deps/npm/node_modules/abbrev/package.json b/deps/npm/node_modules/abbrev/package.json
index 4c05db1efe..bf4e8015bb 100644
--- a/deps/npm/node_modules/abbrev/package.json
+++ b/deps/npm/node_modules/abbrev/package.json
@@ -1,61 +1,21 @@
{
- "_args": [
- [
- "abbrev@1.1.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "abbrev@1.1.1",
- "_id": "abbrev@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
- "_location": "/abbrev",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "abbrev@1.1.1",
- "name": "abbrev",
- "escapedName": "abbrev",
- "rawSpec": "1.1.1",
- "saveSpec": null,
- "fetchSpec": "1.1.1"
- },
- "_requiredBy": [
- "/",
- "/node-gyp/nopt",
- "/nopt"
- ],
- "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
- "_spec": "1.1.1",
- "_where": "/Users/rebecca/code/npm",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me"
- },
- "bugs": {
- "url": "https://github.com/isaacs/abbrev-js/issues"
- },
+ "name": "abbrev",
+ "version": "1.1.1",
"description": "Like ruby's abbrev module, but in js",
+ "author": "Isaac Z. Schlueter <i@izs.me>",
+ "main": "abbrev.js",
+ "scripts": {
+ "test": "tap test.js --100",
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "postpublish": "git push origin --all; git push origin --tags"
+ },
+ "repository": "http://github.com/isaacs/abbrev-js",
+ "license": "ISC",
"devDependencies": {
"tap": "^10.1"
},
"files": [
"abbrev.js"
- ],
- "homepage": "https://github.com/isaacs/abbrev-js#readme",
- "license": "ISC",
- "main": "abbrev.js",
- "name": "abbrev",
- "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"
+ ]
}