summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/process-nextick-args/package.json
blob: e1a95b7bd438c7aeadd377e4624533f2ac6af479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "_from": "process-nextick-args@~1.0.6",
  "_id": "process-nextick-args@1.0.7",
  "_inBundle": false,
  "_integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
  "_location": "/eslint/process-nextick-args",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "process-nextick-args@~1.0.6",
    "name": "process-nextick-args",
    "escapedName": "process-nextick-args",
    "rawSpec": "~1.0.6",
    "saveSpec": null,
    "fetchSpec": "~1.0.6"
  },
  "_requiredBy": [
    "/eslint/readable-stream"
  ],
  "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
  "_shasum": "150e20b756590ad3f91093f25a4f2ad8bff30ba3",
  "_spec": "process-nextick-args@~1.0.6",
  "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint/node_modules/readable-stream",
  "author": "",
  "bugs": {
    "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "process.nextTick but always with args",
  "devDependencies": {
    "tap": "~0.2.6"
  },
  "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  "license": "MIT",
  "main": "index.js",
  "name": "process-nextick-args",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.7"
}