blob: 33564792c5dd25611a796a8c2ae8c113d66a0e5f [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "process-nextick-args@~2.0.0",
3 "_id": "process-nextick-args@2.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
6 "_location": "/process-nextick-args",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "process-nextick-args@~2.0.0",
12 "name": "process-nextick-args",
13 "escapedName": "process-nextick-args",
14 "rawSpec": "~2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "~2.0.0"
17 },
18 "_requiredBy": [
19 "/cloneable-readable",
20 "/readable-stream"
21 ],
22 "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
23 "_shasum": "7820d9b16120cc55ca9ae7792680ae7dba6d7fe2",
24 "_spec": "process-nextick-args@~2.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\readable-stream",
26 "author": "",
27 "bugs": {
28 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
29 },
30 "bundleDependencies": false,
31 "deprecated": false,
32 "description": "process.nextTick but always with args",
33 "devDependencies": {
34 "tap": "~0.2.6"
35 },
36 "files": [
37 "index.js"
38 ],
39 "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
40 "license": "MIT",
41 "main": "index.js",
42 "name": "process-nextick-args",
43 "repository": {
44 "type": "git",
45 "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
46 },
47 "scripts": {
48 "test": "node test.js"
49 },
50 "version": "2.0.1"
51}