aboutsummaryrefslogtreecommitdiff
path: root/node_modules/process-nextick-args
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/process-nextick-args
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/process-nextick-args')
-rw-r--r--node_modules/process-nextick-args/package.json98
1 files changed, 12 insertions, 86 deletions
diff --git a/node_modules/process-nextick-args/package.json b/node_modules/process-nextick-args/package.json
index 03640e874..e5c6c5674 100644
--- a/node_modules/process-nextick-args/package.json
+++ b/node_modules/process-nextick-args/package.json
@@ -1,96 +1,22 @@
{
- "_args": [
- [
- {
- "raw": "process-nextick-args@~1.0.6",
- "scope": null,
- "escapedName": "process-nextick-args",
- "name": "process-nextick-args",
- "rawSpec": "~1.0.6",
- "spec": ">=1.0.6 <1.1.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/through2/node_modules/readable-stream"
- ]
- ],
- "_from": "process-nextick-args@>=1.0.6 <1.1.0",
- "_id": "process-nextick-args@1.0.7",
- "_inCache": true,
- "_location": "/process-nextick-args",
- "_nodeVersion": "5.11.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/process-nextick-args-1.0.7.tgz_1462394251778_0.36989671061746776"
- },
- "_npmUser": {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
+ "name": "process-nextick-args",
+ "version": "1.0.7",
+ "description": "process.nextTick but always with args",
+ "main": "index.js",
+ "scripts": {
+ "test": "node test.js"
},
- "_npmVersion": "3.8.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "process-nextick-args@~1.0.6",
- "scope": null,
- "escapedName": "process-nextick-args",
- "name": "process-nextick-args",
- "rawSpec": "~1.0.6",
- "spec": ">=1.0.6 <1.1.0",
- "type": "range"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/calvinmetcalf/process-nextick-args.git"
},
- "_requiredBy": [
- "/archiver-utils/readable-stream",
- "/archiver/readable-stream",
- "/bl/readable-stream",
- "/cloneable-readable",
- "/compress-commons/readable-stream",
- "/concat-stream/readable-stream",
- "/crc32-stream/readable-stream",
- "/duplexify/readable-stream",
- "/lazystream/readable-stream",
- "/merge-stream/readable-stream",
- "/tar-stream/readable-stream",
- "/through2/readable-stream",
- "/vinyl-fs/readable-stream",
- "/zip-stream/readable-stream"
- ],
- "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
- "_shasum": "150e20b756590ad3f91093f25a4f2ad8bff30ba3",
- "_shrinkwrap": null,
- "_spec": "process-nextick-args@~1.0.6",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/through2/node_modules/readable-stream",
"author": "",
+ "license": "MIT",
"bugs": {
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
},
- "dependencies": {},
- "description": "process.nextTick but always with args",
+ "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
"devDependencies": {
"tap": "~0.2.6"
- },
- "directories": {},
- "dist": {
- "shasum": "150e20b756590ad3f91093f25a4f2ad8bff30ba3",
- "tarball": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz"
- },
- "gitHead": "5c00899ab01dd32f93ad4b5743da33da91404f39",
- "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- }
- ],
- "name": "process-nextick-args",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.0.7"
+ }
}