package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "memory-fs@~0.4.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack"
  6. ]
  7. ],
  8. "_from": "memory-fs@>=0.4.1 <0.5.0",
  9. "_id": "memory-fs@0.4.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/memory-fs",
  13. "_nodeVersion": "6.9.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/memory-fs-0.4.1.tgz_1481117480286_0.17684827325865626"
  17. },
  18. "_npmUser": {
  19. "email": "tobias.koppers@googlemail.com",
  20. "name": "sokra"
  21. },
  22. "_npmVersion": "3.10.8",
  23. "_phantomChildren": {
  24. "core-util-is": "1.0.2",
  25. "inherits": "2.0.3",
  26. "process-nextick-args": "2.0.0",
  27. "safe-buffer": "5.1.2",
  28. "util-deprecate": "1.0.2"
  29. },
  30. "_requested": {
  31. "name": "memory-fs",
  32. "raw": "memory-fs@~0.4.1",
  33. "rawSpec": "~0.4.1",
  34. "scope": null,
  35. "spec": ">=0.4.1 <0.5.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/enhanced-resolve",
  40. "/webpack",
  41. "/webpack-cli/enhanced-resolve",
  42. "/webpack-dev-middleware"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
  45. "_shasum": "3a9a20b8462523e447cfbc7e8bb80ed667bfc552",
  46. "_shrinkwrap": null,
  47. "_spec": "memory-fs@~0.4.1",
  48. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack",
  49. "author": {
  50. "name": "Tobias Koppers @sokra"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/webpack/memory-fs/issues"
  54. },
  55. "dependencies": {
  56. "errno": "^0.1.3",
  57. "readable-stream": "^2.0.1"
  58. },
  59. "description": "A simple in-memory filesystem. Holds data in a javascript object.",
  60. "devDependencies": {
  61. "bl": "^1.0.0",
  62. "codecov.io": "^0.1.4",
  63. "coveralls": "^2.11.2",
  64. "istanbul": "^0.2.13",
  65. "mocha": "^1.20.1",
  66. "should": "^4.0.4"
  67. },
  68. "directories": {
  69. "test": "test"
  70. },
  71. "dist": {
  72. "shasum": "3a9a20b8462523e447cfbc7e8bb80ed667bfc552",
  73. "tarball": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz"
  74. },
  75. "files": [
  76. "lib/"
  77. ],
  78. "gitHead": "1b3c3572b47caa8b6d49b938456cfe180834f377",
  79. "homepage": "https://github.com/webpack/memory-fs",
  80. "keywords": [
  81. "fs",
  82. "memory"
  83. ],
  84. "license": "MIT",
  85. "main": "lib/MemoryFileSystem.js",
  86. "maintainers": [
  87. {
  88. "name": "sokra",
  89. "email": "tobias.koppers@googlemail.com"
  90. }
  91. ],
  92. "name": "memory-fs",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/webpack/memory-fs.git"
  98. },
  99. "scripts": {
  100. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  101. "test": "mocha",
  102. "travis": "npm run cover -- --report lcovonly"
  103. },
  104. "version": "0.4.1"
  105. }