source: trip-planner-front/node_modules/process-nextick-args/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 578 bytes
Line 
1{
2 "name": "process-nextick-args",
3 "version": "2.0.1",
4 "description": "process.nextTick but always with args",
5 "main": "index.js",
6 "files": [
7 "index.js"
8 ],
9 "scripts": {
10 "test": "node test.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/calvinmetcalf/process-nextick-args.git"
15 },
16 "author": "",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
20 },
21 "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
22 "devDependencies": {
23 "tap": "~0.2.6"
24 }
25}
Note: See TracBrowser for help on using the repository browser.