package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "memory-fs@^0.4.1",
  3. "_id": "memory-fs@0.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==",
  6. "_location": "/memory-fs",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "safe-buffer": "5.1.2",
  13. "string_decoder": "1.1.1",
  14. "util-deprecate": "1.0.2"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "memory-fs@^0.4.1",
  20. "name": "memory-fs",
  21. "escapedName": "memory-fs",
  22. "rawSpec": "^0.4.1",
  23. "saveSpec": null,
  24. "fetchSpec": "^0.4.1"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-service/webpack-dev-middleware",
  28. "/mocha-webpack",
  29. "/webpack"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/memory-fs/-/memory-fs-0.4.1.tgz",
  32. "_shasum": "3a9a20b8462523e447cfbc7e8bb80ed667bfc552",
  33. "_spec": "memory-fs@^0.4.1",
  34. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack",
  35. "author": {
  36. "name": "Tobias Koppers @sokra"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/webpack/memory-fs/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "errno": "^0.1.3",
  44. "readable-stream": "^2.0.1"
  45. },
  46. "deprecated": false,
  47. "description": "A simple in-memory filesystem. Holds data in a javascript object.",
  48. "devDependencies": {
  49. "bl": "^1.0.0",
  50. "codecov.io": "^0.1.4",
  51. "coveralls": "^2.11.2",
  52. "istanbul": "^0.2.13",
  53. "mocha": "^1.20.1",
  54. "should": "^4.0.4"
  55. },
  56. "directories": {
  57. "test": "test"
  58. },
  59. "files": [
  60. "lib/"
  61. ],
  62. "homepage": "https://github.com/webpack/memory-fs",
  63. "keywords": [
  64. "fs",
  65. "memory"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/MemoryFileSystem.js",
  69. "name": "memory-fs",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/webpack/memory-fs.git"
  73. },
  74. "scripts": {
  75. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  76. "test": "mocha",
  77. "travis": "npm run cover -- --report lcovonly"
  78. },
  79. "version": "0.4.1"
  80. }