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

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

primeNG components

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_from": "node-gyp-build@^4.2.2",
3 "_id": "node-gyp-build@4.3.0",
4 "_inBundle": false,
5 "_integrity": "sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==",
6 "_location": "/node-gyp-build",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "node-gyp-build@^4.2.2",
12 "name": "node-gyp-build",
13 "escapedName": "node-gyp-build",
14 "rawSpec": "^4.2.2",
15 "saveSpec": null,
16 "fetchSpec": "^4.2.2"
17 },
18 "_requiredBy": [
19 "/nice-napi"
20 ],
21 "_resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.3.0.tgz",
22 "_shasum": "9f256b03e5826150be39c764bf51e993946d71a3",
23 "_spec": "node-gyp-build@^4.2.2",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\nice-napi",
25 "author": {
26 "name": "Mathias Buus",
27 "url": "@mafintosh"
28 },
29 "bin": {
30 "node-gyp-build": "bin.js",
31 "node-gyp-build-optional": "optional.js",
32 "node-gyp-build-test": "build-test.js"
33 },
34 "bugs": {
35 "url": "https://github.com/prebuild/node-gyp-build/issues"
36 },
37 "bundleDependencies": false,
38 "deprecated": false,
39 "description": "Build tool and bindings loader for node-gyp that supports prebuilds",
40 "devDependencies": {
41 "array-shuffle": "^1.0.1",
42 "standard": "^14.0.0",
43 "tape": "^5.0.0"
44 },
45 "homepage": "https://github.com/prebuild/node-gyp-build",
46 "license": "MIT",
47 "main": "index.js",
48 "name": "node-gyp-build",
49 "repository": {
50 "type": "git",
51 "url": "git+https://github.com/prebuild/node-gyp-build.git"
52 },
53 "scripts": {
54 "test": "standard && node test"
55 },
56 "version": "4.3.0"
57}
Note: See TracBrowser for help on using the repository browser.