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/@npmcli/node-gyp/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@npmcli/node-gyp",
    3   "version": "1.0.3",
     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  },
    439  "description": "Tools for dealing with node-gyp packages",
    5   "scripts": {
    6     "test": "tap",
    7     "preversion": "npm test",
    8     "postversion": "npm publish",
    9     "prepublishOnly": "git push origin --follow-tags"
     40  "devDependencies": {
     41    "require-inject": "^1.4.4",
     42    "tap": "^14.10.6",
     43    "tmp": "^0.2.1"
    1044  },
    11   "repository": {
    12     "type": "git",
    13     "url": "https://github.com/npm/node-gyp.git"
    14   },
     45  "files": [
     46    "lib/**/*.js"
     47  ],
     48  "homepage": "https://github.com/npm/node-gyp#readme",
    1549  "keywords": [
    1650    "npm",
     
    1852    "node-gyp"
    1953  ],
    20   "files": [
    21     "lib/**/*.js"
    22   ],
     54  "license": "ISC",
    2355  "main": "lib/index.js",
    24   "author": "Brian Jenkins <bonkydog@bonkydog.com>",
    25   "license": "ISC",
     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  },
    2667  "tap": {
    2768    "check-coverage": true,
    2869    "coverage-map": "map.js"
    2970  },
    30   "devDependencies": {
    31     "require-inject": "^1.4.4",
    32     "tap": "^14.10.6",
    33     "tmp": "^0.2.1"
    34   }
     71  "version": "1.0.3"
    3572}
Note: See TracChangeset for help on using the changeset viewer.