Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/node-gyp/package.json

    rceaed42 r59329aa  
    11{
    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"
     2  "_args": [
     3    [
     4      "node-gyp@7.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    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"
     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"
    2016  },
    21   "preferGlobal": true,
    22   "bin": "./bin/node-gyp.js",
    23   "main": "./lib/node-gyp.js",
     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  },
    2444  "dependencies": {
    2545    "env-paths": "^2.2.0",
     
    3454    "which": "^2.0.2"
    3555  },
    36   "engines": {
    37     "node": ">= 10.12.0"
    38   },
     56  "description": "Node.js native addon build tool",
    3957  "devDependencies": {
    4058    "bindings": "^1.5.0",
     
    4462    "tap": "^12.7.0"
    4563  },
     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  },
    4686  "scripts": {
    4787    "lint": "standard */*.js test/**/*.js",
    4888    "test": "npm run lint && tap --timeout=120 test/test-*"
    49   }
     89  },
     90  "version": "7.1.2"
    5091}
Note: See TracChangeset for help on using the changeset viewer.