summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/wrappy/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/wrappy/package.json')
-rw-r--r--deps/npm/node_modules/wrappy/package.json92
1 files changed, 59 insertions, 33 deletions
diff --git a/deps/npm/node_modules/wrappy/package.json b/deps/npm/node_modules/wrappy/package.json
index b88e662832..3c4e03b037 100644
--- a/deps/npm/node_modules/wrappy/package.json
+++ b/deps/npm/node_modules/wrappy/package.json
@@ -1,52 +1,78 @@
{
- "name": "wrappy",
- "version": "1.0.1",
- "description": "Callback wrapping utility",
- "main": "wrappy.js",
- "directories": {
- "test": "test"
- },
- "dependencies": {},
- "devDependencies": {
- "tap": "^0.4.12"
- },
- "scripts": {
- "test": "tap test/*.js"
+ "_args": [
+ [
+ "wrappy@~1.0.1",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "wrappy@>=1.0.1 <1.1.0",
+ "_id": "wrappy@1.0.1",
+ "_inCache": true,
+ "_location": "/wrappy",
+ "_nodeVersion": "0.10.31",
+ "_npmUser": {
+ "email": "i@izs.me",
+ "name": "isaacs"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/npm/wrappy"
+ "_npmVersion": "2.0.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "wrappy",
+ "raw": "wrappy@~1.0.1",
+ "rawSpec": "~1.0.1",
+ "scope": null,
+ "spec": ">=1.0.1 <1.1.0",
+ "type": "range"
},
+ "_requiredBy": [
+ "/",
+ "/dezalgo",
+ "/inflight",
+ "/once"
+ ],
+ "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz",
+ "_shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
+ "_shrinkwrap": null,
+ "_spec": "wrappy@~1.0.1",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "Isaac Z. Schlueter",
"email": "i@izs.me",
+ "name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
- "license": "ISC",
"bugs": {
"url": "https://github.com/npm/wrappy/issues"
},
- "homepage": "https://github.com/npm/wrappy",
- "gitHead": "006a8cbac6b99988315834c207896eed71fd069a",
- "_id": "wrappy@1.0.1",
- "_shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
- "_from": "wrappy@1.0.1",
- "_npmVersion": "2.0.0",
- "_nodeVersion": "0.10.31",
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
+ "dependencies": {},
+ "description": "Callback wrapping utility",
+ "devDependencies": {
+ "tap": "^0.4.12"
+ },
+ "directories": {
+ "test": "test"
+ },
+ "dist": {
+ "shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
+ "tarball": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
},
+ "gitHead": "006a8cbac6b99988315834c207896eed71fd069a",
+ "homepage": "https://github.com/npm/wrappy",
+ "license": "ISC",
+ "main": "wrappy.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "dist": {
- "shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
- "tarball": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
+ "name": "wrappy",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/wrappy"
},
- "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz",
- "readme": "ERROR: No README data found!"
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "1.0.1"
}