package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "memory-fs@^0.5.0",
  3. "_id": "memory-fs@0.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==",
  6. "_location": "/memory-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "memory-fs@^0.5.0",
  12. "name": "memory-fs",
  13. "escapedName": "memory-fs",
  14. "rawSpec": "^0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/webpack",
  20. "/enhanced-resolve"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz",
  23. "_shasum": "324c01288b88652966d161db77838720845a8e3c",
  24. "_spec": "memory-fs@^0.5.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack/memory-fs/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "errno": "^0.1.3",
  35. "readable-stream": "^2.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "A simple in-memory filesystem. Holds data in a javascript object.",
  39. "devDependencies": {
  40. "bl": "^1.0.0",
  41. "codecov.io": "^0.1.4",
  42. "coveralls": "^2.11.2",
  43. "eslint": "^4.0.0",
  44. "istanbul": "0.4.5",
  45. "mocha": "3.2.0",
  46. "should": "^4.0.4"
  47. },
  48. "directories": {
  49. "test": "test"
  50. },
  51. "engines": {
  52. "node": ">=4.3.0 <5.0.0 || >=5.10"
  53. },
  54. "files": [
  55. "lib/"
  56. ],
  57. "homepage": "https://github.com/webpack/memory-fs",
  58. "keywords": [
  59. "fs",
  60. "memory"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/MemoryFileSystem.js",
  64. "name": "memory-fs",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/webpack/memory-fs.git"
  68. },
  69. "scripts": {
  70. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  71. "lint": "eslint lib/*",
  72. "test": "mocha",
  73. "travis": "npm run cover -- --report lcovonly && npm run lint"
  74. },
  75. "version": "0.5.0"
  76. }