source: trip-planner-front/node_modules/node-gyp/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "node-gyp",
3 "description": "Node.js native addon build tool",
4 "license": "MIT",
5 "keywords": [
6 "native",
7 "addon",
8 "module",
9 "c",
10 "c++",
11 "bindings",
12 "gyp"
13 ],
14 "version": "7.1.2",
15 "installVersion": 9,
16 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/nodejs/node-gyp.git"
20 },
21 "preferGlobal": true,
22 "bin": "./bin/node-gyp.js",
23 "main": "./lib/node-gyp.js",
24 "dependencies": {
25 "env-paths": "^2.2.0",
26 "glob": "^7.1.4",
27 "graceful-fs": "^4.2.3",
28 "nopt": "^5.0.0",
29 "npmlog": "^4.1.2",
30 "request": "^2.88.2",
31 "rimraf": "^3.0.2",
32 "semver": "^7.3.2",
33 "tar": "^6.0.2",
34 "which": "^2.0.2"
35 },
36 "engines": {
37 "node": ">= 10.12.0"
38 },
39 "devDependencies": {
40 "bindings": "^1.5.0",
41 "nan": "^2.14.2",
42 "require-inject": "^1.4.4",
43 "standard": "^14.3.4",
44 "tap": "^12.7.0"
45 },
46 "scripts": {
47 "lint": "standard */*.js test/**/*.js",
48 "test": "npm run lint && tap --timeout=120 test/test-*"
49 }
50}
Note: See TracBrowser for help on using the repository browser.