Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/process-nextick-args/package.json')
-rw-r--r--node_modules/process-nextick-args/package.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/node_modules/process-nextick-args/package.json b/node_modules/process-nextick-args/package.json
new file mode 100644
index 000000000..240bd0e0c
--- /dev/null
+++ b/node_modules/process-nextick-args/package.json
@@ -0,0 +1,68 @@
+{
+ "_args": [
+ [
+ "process-nextick-args@~1.0.0",
+ "/Users/rebecca/code/npm/node_modules/concat-stream/node_modules/readable-stream"
+ ]
+ ],
+ "_from": "process-nextick-args@>=1.0.0 <1.1.0",
+ "_id": "process-nextick-args@1.0.1",
+ "_inCache": true,
+ "_location": "/process-nextick-args",
+ "_npmUser": {
+ "email": "calvin.metcalf@gmail.com",
+ "name": "cwmma"
+ },
+ "_npmVersion": "2.0.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "process-nextick-args",
+ "raw": "process-nextick-args@~1.0.0",
+ "rawSpec": "~1.0.0",
+ "scope": null,
+ "spec": ">=1.0.0 <1.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/concat-stream/readable-stream"
+ ],
+ "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.1.tgz",
+ "_shasum": "918a5ab4a7744340b83ff416101ba53c5c531879",
+ "_shrinkwrap": null,
+ "_spec": "process-nextick-args@~1.0.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/concat-stream/node_modules/readable-stream",
+ "author": "",
+ "bugs": {
+ "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
+ },
+ "dependencies": {},
+ "description": "process.nextTick but always with args",
+ "devDependencies": {
+ "tap": "~0.2.6"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "918a5ab4a7744340b83ff416101ba53c5c531879",
+ "tarball": "http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.1.tgz"
+ },
+ "gitHead": "b7c95b21096503e76a1b7f4f60920d32d8378eeb",
+ "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": {},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/calvinmetcalf/process-nextick-args.git"
+ },
+ "scripts": {
+ "test": "node test.js"
+ },
+ "version": "1.0.1"
+}