1 | {
|
---|
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 | },
|
---|
46 | "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
|
---|
47 | "devDependencies": {
|
---|
48 | "eslint": "^7.19.0",
|
---|
49 | "eslint-plugin-import": "^2.22.1",
|
---|
50 | "eslint-plugin-node": "^11.1.0",
|
---|
51 | "eslint-plugin-promise": "^4.2.1",
|
---|
52 | "eslint-plugin-standard": "^5.0.0",
|
---|
53 | "minipass": "^3.1.1",
|
---|
54 | "require-inject": "^1.4.4",
|
---|
55 | "tap": "^15.0.4"
|
---|
56 | },
|
---|
57 | "files": [
|
---|
58 | "lib/**/*.js",
|
---|
59 | "lib/node-gyp-bin"
|
---|
60 | ],
|
---|
61 | "homepage": "https://github.com/npm/run-script#readme",
|
---|
62 | "license": "ISC",
|
---|
63 | "main": "lib/run-script.js",
|
---|
64 | "name": "@npmcli/run-script",
|
---|
65 | "repository": {
|
---|
66 | "type": "git",
|
---|
67 | "url": "git+https://github.com/npm/run-script.git"
|
---|
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"
|
---|
83 | }
|
---|