source: frontend/node_modules/process-nextick-args/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • 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.