Changeset 59329aa for trip-planner-front/node_modules/are-we-there-yet
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/are-we-there-yet
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/are-we-there-yet/node_modules/readable-stream/package.json
rceaed42 r59329aa 1 1 { 2 "name": "readable-stream", 3 "version": "2.3.7", 4 "description": "Streams3, a user-land copy of the stream library from Node.js", 5 "main": "readable.js", 2 "_args": [ 3 [ 4 "readable-stream@2.3.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "readable-stream@2.3.7", 10 "_id": "readable-stream@2.3.7", 11 "_inBundle": false, 12 "_integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", 13 "_location": "/are-we-there-yet/readable-stream", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "readable-stream@2.3.7", 19 "name": "readable-stream", 20 "escapedName": "readable-stream", 21 "rawSpec": "2.3.7", 22 "saveSpec": null, 23 "fetchSpec": "2.3.7" 24 }, 25 "_requiredBy": [ 26 "/are-we-there-yet" 27 ], 28 "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", 29 "_spec": "2.3.7", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "browser": { 32 "util": false, 33 "./readable.js": "./readable-browser.js", 34 "./writable.js": "./writable-browser.js", 35 "./duplex.js": "./duplex-browser.js", 36 "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js" 37 }, 38 "bugs": { 39 "url": "https://github.com/nodejs/readable-stream/issues" 40 }, 6 41 "dependencies": { 7 42 "core-util-is": "~1.0.0", … … 13 48 "util-deprecate": "~1.0.1" 14 49 }, 50 "description": "Streams3, a user-land copy of the stream library from Node.js", 15 51 "devDependencies": { 16 52 "assert": "^1.4.0", … … 22 58 "tape": "^4.8.0" 23 59 }, 24 "scripts": { 25 "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js", 26 "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", 27 "cover": "nyc npm test", 28 "report": "nyc report --reporter=lcov" 29 }, 30 "repository": { 31 "type": "git", 32 "url": "git://github.com/nodejs/readable-stream" 33 }, 60 "homepage": "https://github.com/nodejs/readable-stream#readme", 34 61 "keywords": [ 35 62 "readable", … … 37 64 "pipe" 38 65 ], 39 "browser": { 40 "util": false, 41 "./readable.js": "./readable-browser.js", 42 "./writable.js": "./writable-browser.js", 43 "./duplex.js": "./duplex-browser.js", 44 "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js" 45 }, 66 "license": "MIT", 67 "main": "readable.js", 68 "name": "readable-stream", 46 69 "nyc": { 47 70 "include": [ … … 49 72 ] 50 73 }, 51 "license": "MIT" 74 "repository": { 75 "type": "git", 76 "url": "git://github.com/nodejs/readable-stream.git" 77 }, 78 "scripts": { 79 "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", 80 "cover": "nyc npm test", 81 "report": "nyc report --reporter=lcov", 82 "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js" 83 }, 84 "version": "2.3.7" 52 85 } -
trip-planner-front/node_modules/are-we-there-yet/node_modules/string_decoder/package.json
rceaed42 r59329aa 1 1 { 2 "name": "string_decoder", 3 "version": "1.1.1", 4 "description": "The string_decoder module from Node core", 5 "main": "lib/string_decoder.js", 2 "_args": [ 3 [ 4 "string_decoder@1.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "string_decoder@1.1.1", 10 "_id": "string_decoder@1.1.1", 11 "_inBundle": false, 12 "_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", 13 "_location": "/are-we-there-yet/string_decoder", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "string_decoder@1.1.1", 19 "name": "string_decoder", 20 "escapedName": "string_decoder", 21 "rawSpec": "1.1.1", 22 "saveSpec": null, 23 "fetchSpec": "1.1.1" 24 }, 25 "_requiredBy": [ 26 "/are-we-there-yet/readable-stream" 27 ], 28 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", 29 "_spec": "1.1.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/nodejs/string_decoder/issues" 33 }, 6 34 "dependencies": { 7 35 "safe-buffer": "~5.1.0" 8 36 }, 37 "description": "The string_decoder module from Node core", 9 38 "devDependencies": { 10 39 "babel-polyfill": "^6.23.0", … … 12 41 "inherits": "^2.0.3", 13 42 "tap": "~0.4.8" 14 },15 "scripts": {16 "test": "tap test/parallel/*.js && node test/verify-dependencies",17 "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js"18 },19 "repository": {20 "type": "git",21 "url": "git://github.com/nodejs/string_decoder.git"22 43 }, 23 44 "homepage": "https://github.com/nodejs/string_decoder", … … 28 49 "browserify" 29 50 ], 30 "license": "MIT" 51 "license": "MIT", 52 "main": "lib/string_decoder.js", 53 "name": "string_decoder", 54 "repository": { 55 "type": "git", 56 "url": "git://github.com/nodejs/string_decoder.git" 57 }, 58 "scripts": { 59 "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", 60 "test": "tap test/parallel/*.js && node test/verify-dependencies" 61 }, 62 "version": "1.1.1" 31 63 } -
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.