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

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "node-gyp@7.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "node-gyp@7.1.2",
10 "_id": "node-gyp@7.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==",
13 "_location": "/node-gyp",
14 "_phantomChildren": {
15 "isexe": "2.0.0"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "node-gyp@7.1.2",
21 "name": "node-gyp",
22 "escapedName": "node-gyp",
23 "rawSpec": "7.1.2",
24 "saveSpec": null,
25 "fetchSpec": "7.1.2"
26 },
27 "_requiredBy": [
28 "/@npmcli/run-script"
29 ],
30 "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-7.1.2.tgz",
31 "_spec": "7.1.2",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Nathan Rajlich",
35 "email": "nathan@tootallnate.net",
36 "url": "http://tootallnate.net"
37 },
38 "bin": {
39 "node-gyp": "bin/node-gyp.js"
40 },
41 "bugs": {
42 "url": "https://github.com/nodejs/node-gyp/issues"
43 },
44 "dependencies": {
45 "env-paths": "^2.2.0",
46 "glob": "^7.1.4",
47 "graceful-fs": "^4.2.3",
48 "nopt": "^5.0.0",
49 "npmlog": "^4.1.2",
50 "request": "^2.88.2",
51 "rimraf": "^3.0.2",
52 "semver": "^7.3.2",
53 "tar": "^6.0.2",
54 "which": "^2.0.2"
55 },
56 "description": "Node.js native addon build tool",
57 "devDependencies": {
58 "bindings": "^1.5.0",
59 "nan": "^2.14.2",
60 "require-inject": "^1.4.4",
61 "standard": "^14.3.4",
62 "tap": "^12.7.0"
63 },
64 "engines": {
65 "node": ">= 10.12.0"
66 },
67 "homepage": "https://github.com/nodejs/node-gyp#readme",
68 "installVersion": 9,
69 "keywords": [
70 "native",
71 "addon",
72 "module",
73 "c",
74 "c++",
75 "bindings",
76 "gyp"
77 ],
78 "license": "MIT",
79 "main": "./lib/node-gyp.js",
80 "name": "node-gyp",
81 "preferGlobal": true,
82 "repository": {
83 "type": "git",
84 "url": "git://github.com/nodejs/node-gyp.git"
85 },
86 "scripts": {
87 "lint": "standard */*.js test/**/*.js",
88 "test": "npm run lint && tap --timeout=120 test/test-*"
89 },
90 "version": "7.1.2"
91}
Note: See TracBrowser for help on using the repository browser.