91 lines
3.1 KiB
JSON
91 lines
3.1 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
{
|
||
|
"raw": "process-nextick-args@~2.0.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "process-nextick-args",
|
||
|
"name": "process-nextick-args",
|
||
|
"rawSpec": "~2.0.0",
|
||
|
"spec": ">=2.0.0 <2.1.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/superagent/node_modules/readable-stream"
|
||
|
]
|
||
|
],
|
||
|
"_from": "process-nextick-args@>=2.0.0 <2.1.0",
|
||
|
"_id": "process-nextick-args@2.0.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/process-nextick-args",
|
||
|
"_nodeVersion": "8.6.0",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "s3://npm-registry-packages",
|
||
|
"tmp": "tmp/process-nextick-args-2.0.0.tgz_1513027423688_0.4807069287635386"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"name": "cwmma",
|
||
|
"email": "calvin.metcalf@gmail.com"
|
||
|
},
|
||
|
"_npmVersion": "5.5.1",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"raw": "process-nextick-args@~2.0.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "process-nextick-args",
|
||
|
"name": "process-nextick-args",
|
||
|
"rawSpec": "~2.0.0",
|
||
|
"spec": ">=2.0.0 <2.1.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/concat-stream/readable-stream",
|
||
|
"/get-uri/readable-stream",
|
||
|
"/superagent/readable-stream"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
|
||
|
"_shasum": "a37d732f4271b4ab1ad070d35508e8290788ffaa",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "process-nextick-args@~2.0.0",
|
||
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/superagent/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": {
|
||
|
"integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
|
||
|
"shasum": "a37d732f4271b4ab1ad070d35508e8290788ffaa",
|
||
|
"tarball": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"gitHead": "8407900951af3e7651fca50f127f0e4ddc01ad55",
|
||
|
"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": "process-nextick-args\n=====\n\n[![Build Status](https://travis-ci.org/calvinmetcalf/process-nextick-args.svg?branch=master)](https://travis-ci.org/calvinmetcalf/process-nextick-args)\n\n```bash\nnpm install --save process-nextick-args\n```\n\nAlways be able to pass arguments to process.nextTick, no matter the platform\n\n```js\nvar pna = require('process-nextick-args');\n\npna.nextTick(function (a, b, c) {\n console.log(a, b, c);\n}, 'step', 3, 'profit');\n```\n",
|
||
|
"readmeFilename": "readme.md",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"version": "2.0.0"
|
||
|
}
|