1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "npm-registry-fetch@11.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "npm-registry-fetch@11.0.0",
|
---|
10 | "_id": "npm-registry-fetch@11.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==",
|
---|
13 | "_location": "/npm-registry-fetch",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "npm-registry-fetch@11.0.0",
|
---|
19 | "name": "npm-registry-fetch",
|
---|
20 | "escapedName": "npm-registry-fetch",
|
---|
21 | "rawSpec": "11.0.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "11.0.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/pacote"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-11.0.0.tgz",
|
---|
29 | "_spec": "11.0.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Kat Marchán",
|
---|
33 | "email": "kzm@sykosomatic.org"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/npm/npm-registry-fetch/issues"
|
---|
37 | },
|
---|
38 | "dependencies": {
|
---|
39 | "make-fetch-happen": "^9.0.1",
|
---|
40 | "minipass": "^3.1.3",
|
---|
41 | "minipass-fetch": "^1.3.0",
|
---|
42 | "minipass-json-stream": "^1.0.1",
|
---|
43 | "minizlib": "^2.0.0",
|
---|
44 | "npm-package-arg": "^8.0.0"
|
---|
45 | },
|
---|
46 | "description": "Fetch-based http client for use with npm registry APIs",
|
---|
47 | "devDependencies": {
|
---|
48 | "@npmcli/lint": "^1.0.1",
|
---|
49 | "cacache": "^15.0.0",
|
---|
50 | "nock": "^13.1.0",
|
---|
51 | "npmlog": "^4.1.2",
|
---|
52 | "require-inject": "^1.4.4",
|
---|
53 | "ssri": "^8.0.0",
|
---|
54 | "tap": "^15.0.4"
|
---|
55 | },
|
---|
56 | "engines": {
|
---|
57 | "node": ">=10"
|
---|
58 | },
|
---|
59 | "files": [
|
---|
60 | "*.js"
|
---|
61 | ],
|
---|
62 | "homepage": "https://github.com/npm/npm-registry-fetch#readme",
|
---|
63 | "keywords": [
|
---|
64 | "npm",
|
---|
65 | "registry",
|
---|
66 | "fetch"
|
---|
67 | ],
|
---|
68 | "license": "ISC",
|
---|
69 | "main": "index.js",
|
---|
70 | "name": "npm-registry-fetch",
|
---|
71 | "repository": {
|
---|
72 | "type": "git",
|
---|
73 | "url": "git+https://github.com/npm/npm-registry-fetch.git"
|
---|
74 | },
|
---|
75 | "scripts": {
|
---|
76 | "eslint": "eslint",
|
---|
77 | "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
|
---|
78 | "lintfix": "npm run lint -- --fix",
|
---|
79 | "npmclilint": "npmcli-lint",
|
---|
80 | "postsnap": "npm run lintfix --",
|
---|
81 | "posttest": "npm run lint --",
|
---|
82 | "postversion": "npm publish",
|
---|
83 | "prepublishOnly": "git push origin --follow-tags",
|
---|
84 | "preversion": "npm test",
|
---|
85 | "test": "tap"
|
---|
86 | },
|
---|
87 | "tap": {
|
---|
88 | "check-coverage": true,
|
---|
89 | "test-ignore": "test[\\\\/](util|cache)[\\\\/]"
|
---|
90 | },
|
---|
91 | "version": "11.0.0"
|
---|
92 | }
|
---|