1 | {
|
---|
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"
|
---|
21 | },
|
---|
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"
|
---|
34 | ],
|
---|
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"
|
---|
40 | },
|
---|
41 | "bugs": {
|
---|
42 | "url": "https://github.com/webpack/memory-fs/issues"
|
---|
43 | },
|
---|
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.",
|
---|
49 | "devDependencies": {
|
---|
50 | "bl": "^1.0.0",
|
---|
51 | "codecov.io": "^0.1.4",
|
---|
52 | "coveralls": "^2.11.2",
|
---|
53 | "istanbul": "^0.2.13",
|
---|
54 | "mocha": "^1.20.1",
|
---|
55 | "should": "^4.0.4"
|
---|
56 | },
|
---|
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"
|
---|
81 | }
|
---|