source: trip-planner-front/node_modules/@npmcli/node-gyp/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "@npmcli/node-gyp@1.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@npmcli/node-gyp@1.0.3",
10 "_id": "@npmcli/node-gyp@1.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA==",
13 "_location": "/@npmcli/node-gyp",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@npmcli/node-gyp@1.0.3",
19 "name": "@npmcli/node-gyp",
20 "escapedName": "@npmcli%2fnode-gyp",
21 "scope": "@npmcli",
22 "rawSpec": "1.0.3",
23 "saveSpec": null,
24 "fetchSpec": "1.0.3"
25 },
26 "_requiredBy": [
27 "/@npmcli/run-script"
28 ],
29 "_resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-1.0.3.tgz",
30 "_spec": "1.0.3",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Brian Jenkins",
34 "email": "bonkydog@bonkydog.com"
35 },
36 "bugs": {
37 "url": "https://github.com/npm/node-gyp/issues"
38 },
39 "description": "Tools for dealing with node-gyp packages",
40 "devDependencies": {
41 "require-inject": "^1.4.4",
42 "tap": "^14.10.6",
43 "tmp": "^0.2.1"
44 },
45 "files": [
46 "lib/**/*.js"
47 ],
48 "homepage": "https://github.com/npm/node-gyp#readme",
49 "keywords": [
50 "npm",
51 "cli",
52 "node-gyp"
53 ],
54 "license": "ISC",
55 "main": "lib/index.js",
56 "name": "@npmcli/node-gyp",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/npm/node-gyp.git"
60 },
61 "scripts": {
62 "postversion": "npm publish",
63 "prepublishOnly": "git push origin --follow-tags",
64 "preversion": "npm test",
65 "test": "tap"
66 },
67 "tap": {
68 "check-coverage": true,
69 "coverage-map": "map.js"
70 },
71 "version": "1.0.3"
72}
Note: See TracBrowser for help on using the repository browser.