aboutsummaryrefslogtreecommitdiff
path: root/node_modules/wrappy
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/wrappy
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/wrappy')
-rw-r--r--node_modules/wrappy/package.json103
1 files changed, 16 insertions, 87 deletions
diff --git a/node_modules/wrappy/package.json b/node_modules/wrappy/package.json
index f9d69d84e..130752046 100644
--- a/node_modules/wrappy/package.json
+++ b/node_modules/wrappy/package.json
@@ -1,100 +1,29 @@
{
- "_args": [
- [
- {
- "raw": "wrappy@1",
- "scope": null,
- "escapedName": "wrappy",
- "name": "wrappy",
- "rawSpec": "1",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/inflight"
- ]
- ],
- "_from": "wrappy@>=1.0.0 <2.0.0",
- "_id": "wrappy@1.0.2",
- "_inCache": true,
- "_location": "/wrappy",
- "_nodeVersion": "5.10.1",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/wrappy-1.0.2.tgz_1463527848281_0.037129373755306005"
- },
- "_npmUser": {
- "name": "zkat",
- "email": "kat@sykosomatic.org"
- },
- "_npmVersion": "3.9.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "wrappy@1",
- "scope": null,
- "escapedName": "wrappy",
- "name": "wrappy",
- "rawSpec": "1",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/duplexify/once",
- "/end-of-stream/once",
- "/inflight",
- "/once",
- "/tar-stream/once"
+ "name": "wrappy",
+ "version": "1.0.2",
+ "description": "Callback wrapping utility",
+ "main": "wrappy.js",
+ "files": [
+ "wrappy.js"
],
- "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
- "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
- "_shrinkwrap": null,
- "_spec": "wrappy@1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/inflight",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/npm/wrappy/issues"
+ "directories": {
+ "test": "test"
},
"dependencies": {},
- "description": "Callback wrapping utility",
"devDependencies": {
"tap": "^2.3.1"
},
- "directories": {
- "test": "test"
- },
- "dist": {
- "shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
- "tarball": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
+ "scripts": {
+ "test": "tap --coverage test/*.js"
},
- "files": [
- "wrappy.js"
- ],
- "gitHead": "71d91b6dc5bdeac37e218c2cf03f9ab55b60d214",
- "homepage": "https://github.com/npm/wrappy",
- "license": "ISC",
- "main": "wrappy.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- {
- "name": "zkat",
- "email": "kat@sykosomatic.org"
- }
- ],
- "name": "wrappy",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
"repository": {
"type": "git",
- "url": "git+https://github.com/npm/wrappy.git"
+ "url": "https://github.com/npm/wrappy"
},
- "scripts": {
- "test": "tap --coverage test/*.js"
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/npm/wrappy/issues"
},
- "version": "1.0.2"
+ "homepage": "https://github.com/npm/wrappy"
}