- 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/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.