Changeset 59329aa for trip-planner-front/node_modules/memory-fs
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/memory-fs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/memory-fs/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": "/memory-fs/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 "/memory-fs" 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/memory-fs/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": "/memory-fs/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 "/memory-fs/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/memory-fs/package.json
rceaed42 r59329aa 1 1 { 2 "name": "memory-fs", 3 "version": "0.4.1", 4 "description": "A simple in-memory filesystem. Holds data in a javascript object.", 5 "main": "lib/MemoryFileSystem.js", 6 "directories": { 7 "test": "test" 2 "_args": [ 3 [ 4 "memory-fs@0.4.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "memory-fs@0.4.1", 10 "_id": "memory-fs@0.4.1", 11 "_inBundle": false, 12 "_integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", 13 "_location": "/memory-fs", 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 "files": [ 10 "lib/" 22 "_requested": { 23 "type": "version", 24 "registry": true, 25 "raw": "memory-fs@0.4.1", 26 "name": "memory-fs", 27 "escapedName": "memory-fs", 28 "rawSpec": "0.4.1", 29 "saveSpec": null, 30 "fetchSpec": "0.4.1" 31 }, 32 "_requiredBy": [ 33 "/webpack-dev-server/webpack-dev-middleware" 11 34 ], 12 "scripts": { 13 "test": "mocha", 14 "cover": "istanbul cover node_modules/mocha/bin/_mocha", 15 "travis": "npm run cover -- --report lcovonly" 35 "_resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", 36 "_spec": "0.4.1", 37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 38 "author": { 39 "name": "Tobias Koppers @sokra" 16 40 }, 17 "repository": {18 "type": "git",19 "url": "https://github.com/webpack/memory-fs.git"20 },21 "keywords": [22 "fs",23 "memory"24 ],25 "author": "Tobias Koppers @sokra",26 "license": "MIT",27 41 "bugs": { 28 42 "url": "https://github.com/webpack/memory-fs/issues" 29 43 }, 30 "homepage": "https://github.com/webpack/memory-fs", 44 "dependencies": { 45 "errno": "^0.1.3", 46 "readable-stream": "^2.0.1" 47 }, 48 "description": "A simple in-memory filesystem. Holds data in a javascript object.", 31 49 "devDependencies": { 32 50 "bl": "^1.0.0", … … 37 55 "should": "^4.0.4" 38 56 }, 39 "dependencies": { 40 "errno": "^0.1.3", 41 "readable-stream": "^2.0.1" 42 } 57 "directories": { 58 "test": "test" 59 }, 60 "files": [ 61 "lib/" 62 ], 63 "homepage": "https://github.com/webpack/memory-fs", 64 "keywords": [ 65 "fs", 66 "memory" 67 ], 68 "license": "MIT", 69 "main": "lib/MemoryFileSystem.js", 70 "name": "memory-fs", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/webpack/memory-fs.git" 74 }, 75 "scripts": { 76 "cover": "istanbul cover node_modules/mocha/bin/_mocha", 77 "test": "mocha", 78 "travis": "npm run cover -- --report lcovonly" 79 }, 80 "version": "0.4.1" 43 81 }
Note:
See TracChangeset
for help on using the changeset viewer.