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/run-script/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@npmcli/run-script",
    3   "version": "1.8.6",
     2  "_args": [
     3    [
     4      "@npmcli/run-script@1.8.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@npmcli/run-script@1.8.6",
     10  "_id": "@npmcli/run-script@1.8.6",
     11  "_inBundle": false,
     12  "_integrity": "sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g==",
     13  "_location": "/@npmcli/run-script",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@npmcli/run-script@1.8.6",
     19    "name": "@npmcli/run-script",
     20    "escapedName": "@npmcli%2frun-script",
     21    "scope": "@npmcli",
     22    "rawSpec": "1.8.6",
     23    "saveSpec": null,
     24    "fetchSpec": "1.8.6"
     25  },
     26  "_requiredBy": [
     27    "/pacote"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.6.tgz",
     30  "_spec": "1.8.6",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Isaac Z. Schlueter",
     34    "email": "i@izs.me",
     35    "url": "https://izs.me"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/npm/run-script/issues"
     39  },
     40  "dependencies": {
     41    "@npmcli/node-gyp": "^1.0.2",
     42    "@npmcli/promise-spawn": "^1.3.2",
     43    "node-gyp": "^7.1.0",
     44    "read-package-json-fast": "^2.0.1"
     45  },
    446  "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
    5   "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
    6   "license": "ISC",
    7   "scripts": {
    8     "test": "tap",
    9     "preversion": "npm test",
    10     "postversion": "npm publish",
    11     "prepublishOnly": "git push origin --follow-tags",
    12     "eslint": "eslint",
    13     "lint": "npm run eslint -- \"lib/**/*.js\"",
    14     "lintfix": "npm run lint -- --fix"
    15   },
    16   "tap": {
    17     "check-coverage": true,
    18     "coverage-map": "map.js"
    19   },
    2047  "devDependencies": {
    2148    "eslint": "^7.19.0",
     
    2855    "tap": "^15.0.4"
    2956  },
    30   "dependencies": {
    31     "@npmcli/node-gyp": "^1.0.2",
    32     "@npmcli/promise-spawn": "^1.3.2",
    33     "node-gyp": "^7.1.0",
    34     "read-package-json-fast": "^2.0.1"
    35   },
    3657  "files": [
    3758    "lib/**/*.js",
    3859    "lib/node-gyp-bin"
    3960  ],
     61  "homepage": "https://github.com/npm/run-script#readme",
     62  "license": "ISC",
    4063  "main": "lib/run-script.js",
     64  "name": "@npmcli/run-script",
    4165  "repository": {
    4266    "type": "git",
    4367    "url": "git+https://github.com/npm/run-script.git"
    44   }
     68  },
     69  "scripts": {
     70    "eslint": "eslint",
     71    "lint": "npm run eslint -- \"lib/**/*.js\"",
     72    "lintfix": "npm run lint -- --fix",
     73    "postversion": "npm publish",
     74    "prepublishOnly": "git push origin --follow-tags",
     75    "preversion": "npm test",
     76    "test": "tap"
     77  },
     78  "tap": {
     79    "check-coverage": true,
     80    "coverage-map": "map.js"
     81  },
     82  "version": "1.8.6"
    4583}
Note: See TracChangeset for help on using the changeset viewer.