diff options
Diffstat (limited to 'deps/npm/node_modules/wrappy/package.json')
-rw-r--r-- | deps/npm/node_modules/wrappy/package.json | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/deps/npm/node_modules/wrappy/package.json b/deps/npm/node_modules/wrappy/package.json index 168a9ffc45..ae9c38ea80 100644 --- a/deps/npm/node_modules/wrappy/package.json +++ b/deps/npm/node_modules/wrappy/package.json @@ -1,43 +1,44 @@ { - "_from": "wrappy@~1.0.2", + "_args": [ + [ + "wrappy@1.0.2", + "/Users/rebecca/code/npm" + ] + ], + "_from": "wrappy@1.0.2", "_id": "wrappy@1.0.2", + "_inBundle": false, "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "_location": "/wrappy", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "wrappy@~1.0.2", + "raw": "wrappy@1.0.2", "name": "wrappy", "escapedName": "wrappy", - "rawSpec": "~1.0.2", + "rawSpec": "1.0.2", "saveSpec": null, - "fetchSpec": "~1.0.2" + "fetchSpec": "1.0.2" }, "_requiredBy": [ "/", "/dezalgo", "/inflight", - "/mississippi/duplexify/end-of-stream/once", "/once" ], "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f", - "_shrinkwrap": null, - "_spec": "wrappy@~1.0.2", - "_where": "/Users/zkat/Documents/code/npm", + "_spec": "1.0.2", + "_where": "/Users/rebecca/code/npm", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, - "bin": null, "bugs": { "url": "https://github.com/npm/wrappy/issues" }, - "bundleDependencies": false, "dependencies": {}, - "deprecated": false, "description": "Callback wrapping utility", "devDependencies": { "tap": "^2.3.1" @@ -52,8 +53,6 @@ "license": "ISC", "main": "wrappy.js", "name": "wrappy", - "optionalDependencies": {}, - "peerDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/npm/wrappy.git" |