Changeset 59329aa for trip-planner-front/node_modules/npm-install-checks
- 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-install-checks/package.json
rceaed42 r59329aa 1 1 { 2 "name": "npm-install-checks", 3 "version": "4.0.0", 4 "description": "Check the engines and platform fields in package.json", 5 "main": "index.js", 2 "_args": [ 3 [ 4 "npm-install-checks@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "npm-install-checks@4.0.0", 10 "_id": "npm-install-checks@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==", 13 "_location": "/npm-install-checks", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "npm-install-checks@4.0.0", 19 "name": "npm-install-checks", 20 "escapedName": "npm-install-checks", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/npm-pick-manifest" 27 ], 28 "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz", 29 "_spec": "4.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/npm/npm-install-checks/issues" 33 }, 6 34 "dependencies": { 7 35 "semver": "^7.1.1" 8 36 }, 37 "description": "Check the engines and platform fields in package.json", 9 38 "devDependencies": { 10 39 "tap": "^14.10.6" 11 40 }, 12 "scripts": { 13 "test": "tap", 14 "preversion": "npm test", 15 "postversion": "npm publish", 16 "postpublish": "git push origin --follow-tags" 41 "engines": { 42 "node": ">=10" 17 43 }, 18 " repository": {19 " type": "git",20 "url": "git://github.com/npm/npm-install-checks.git"21 },44 "files": [ 45 "index.js" 46 ], 47 "homepage": "https://github.com/npm/npm-install-checks#readme", 22 48 "keywords": [ 23 49 "npm,", … … 25 51 ], 26 52 "license": "BSD-2-Clause", 27 "files": [ 28 "index.js" 29 ], 30 "engines": { 31 "node": ">=10" 32 } 53 "main": "index.js", 54 "name": "npm-install-checks", 55 "repository": { 56 "type": "git", 57 "url": "git://github.com/npm/npm-install-checks.git" 58 }, 59 "scripts": { 60 "postpublish": "git push origin --follow-tags", 61 "postversion": "npm publish", 62 "preversion": "npm test", 63 "test": "tap" 64 }, 65 "version": "4.0.0" 33 66 }
Note:
See TracChangeset
for help on using the changeset viewer.