- 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/are-we-there-yet/package.json
rceaed42 r59329aa 1 1 { 2 "name": "are-we-there-yet", 3 "version": "1.1.7", 4 "description": "Keep track of the overall completion of many disparate processes", 5 "main": "index.js", 6 "scripts": { 7 "test": "standard && tap test/*.js" 2 "_args": [ 3 [ 4 "are-we-there-yet@1.1.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "are-we-there-yet@1.1.7", 10 "_id": "are-we-there-yet@1.1.7", 11 "_inBundle": false, 12 "_integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==", 13 "_location": "/are-we-there-yet", 14 "_phantomChildren": { 15 "core-util-is": "1.0.2", 16 "inherits": "2.0.4", 17 "isarray": "1.0.0", 18 "process-nextick-args": "2.0.1", 19 "safe-buffer": "5.1.2", 20 "util-deprecate": "1.0.2" 8 21 }, 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/iarna/are-we-there-yet.git" 22 "_requested": { 23 "type": "version", 24 "registry": true, 25 "raw": "are-we-there-yet@1.1.7", 26 "name": "are-we-there-yet", 27 "escapedName": "are-we-there-yet", 28 "rawSpec": "1.1.7", 29 "saveSpec": null, 30 "fetchSpec": "1.1.7" 12 31 }, 13 "author": "Rebecca Turner (http://re-becca.org)", 14 "license": "ISC", 32 "_requiredBy": [ 33 "/npmlog" 34 ], 35 "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz", 36 "_spec": "1.1.7", 37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 38 "author": { 39 "name": "Rebecca Turner", 40 "url": "http://re-becca.org" 41 }, 15 42 "bugs": { 16 43 "url": "https://github.com/iarna/are-we-there-yet/issues" 17 },18 "homepage": "https://github.com/iarna/are-we-there-yet",19 "devDependencies": {20 "standard": "^11.0.1",21 "tap": "^12.0.1"22 44 }, 23 45 "dependencies": { 24 46 "delegates": "^1.0.0", 25 47 "readable-stream": "^2.0.6" 48 }, 49 "description": "Keep track of the overall completion of many disparate processes", 50 "devDependencies": { 51 "standard": "^11.0.1", 52 "tap": "^12.0.1" 26 53 }, 27 54 "files": [ … … 32 59 "tracker.js", 33 60 "CHANGES.md" 34 ] 61 ], 62 "homepage": "https://github.com/iarna/are-we-there-yet", 63 "license": "ISC", 64 "main": "index.js", 65 "name": "are-we-there-yet", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/iarna/are-we-there-yet.git" 69 }, 70 "scripts": { 71 "test": "standard && tap test/*.js" 72 }, 73 "version": "1.1.7" 35 74 }
Note:
See TracChangeset
for help on using the changeset viewer.