Changeset 59329aa for trip-planner-front/node_modules/npm-registry-fetch
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/npm-registry-fetch/package.json
rceaed42 r59329aa 1 1 { 2 "name": "npm-registry-fetch", 3 "version": "11.0.0", 4 "description": "Fetch-based http client for use with npm registry APIs", 5 "main": "index.js", 6 "files": [ 7 "*.js" 2 "_args": [ 3 [ 4 "npm-registry-fetch@11.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 8 7 ], 9 "scripts": { 10 "eslint": "eslint", 11 "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"", 12 "lintfix": "npm run lint -- --fix", 13 "prepublishOnly": "git push origin --follow-tags", 14 "preversion": "npm test", 15 "postversion": "npm publish", 16 "test": "tap", 17 "posttest": "npm run lint --", 18 "npmclilint": "npmcli-lint", 19 "postsnap": "npm run lintfix --" 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" 20 24 }, 21 "repository": "https://github.com/npm/npm-registry-fetch", 22 "keywords": [ 23 "npm", 24 "registry", 25 "fetch" 25 "_requiredBy": [ 26 "/pacote" 26 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", 27 31 "author": { 28 32 "name": "Kat Marchán", 29 "email": "kzm@sykosomatic.org", 30 "twitter": "maybekatz" 33 "email": "kzm@sykosomatic.org" 31 34 }, 32 "license": "ISC", 35 "bugs": { 36 "url": "https://github.com/npm/npm-registry-fetch/issues" 37 }, 33 38 "dependencies": { 34 39 "make-fetch-happen": "^9.0.1", … … 39 44 "npm-package-arg": "^8.0.0" 40 45 }, 46 "description": "Fetch-based http client for use with npm registry APIs", 41 47 "devDependencies": { 42 48 "@npmcli/lint": "^1.0.1", … … 48 54 "tap": "^15.0.4" 49 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 }, 50 87 "tap": { 51 88 "check-coverage": true, 52 89 "test-ignore": "test[\\\\/](util|cache)[\\\\/]" 53 90 }, 54 "engines": { 55 "node": ">=10" 56 } 91 "version": "11.0.0" 57 92 }
Note:
See TracChangeset
for help on using the changeset viewer.