You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "memory-fs@^0.4.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/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. "_requested": {
  25. "name": "memory-fs",
  26. "raw": "memory-fs@^0.4.1",
  27. "rawSpec": "^0.4.1",
  28. "scope": null,
  29. "spec": ">=0.4.1 <0.5.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack",
  34. "/webpack-cli/enhanced-resolve",
  35. "/webpack-dev-middleware"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
  38. "_shasum": "3a9a20b8462523e447cfbc7e8bb80ed667bfc552",
  39. "_shrinkwrap": null,
  40. "_spec": "memory-fs@^0.4.1",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/webpack",
  42. "author": {
  43. "name": "Tobias Koppers @sokra"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/webpack/memory-fs/issues"
  47. },
  48. "dependencies": {
  49. "errno": "^0.1.3",
  50. "readable-stream": "^2.0.1"
  51. },
  52. "description": "A simple in-memory filesystem. Holds data in a javascript object.",
  53. "devDependencies": {
  54. "bl": "^1.0.0",
  55. "codecov.io": "^0.1.4",
  56. "coveralls": "^2.11.2",
  57. "istanbul": "^0.2.13",
  58. "mocha": "^1.20.1",
  59. "should": "^4.0.4"
  60. },
  61. "directories": {
  62. "test": "test"
  63. },
  64. "dist": {
  65. "shasum": "3a9a20b8462523e447cfbc7e8bb80ed667bfc552",
  66. "tarball": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz"
  67. },
  68. "files": [
  69. "lib/"
  70. ],
  71. "gitHead": "1b3c3572b47caa8b6d49b938456cfe180834f377",
  72. "homepage": "https://github.com/webpack/memory-fs",
  73. "keywords": [
  74. "fs",
  75. "memory"
  76. ],
  77. "license": "MIT",
  78. "main": "lib/MemoryFileSystem.js",
  79. "maintainers": [
  80. {
  81. "name": "sokra",
  82. "email": "tobias.koppers@googlemail.com"
  83. }
  84. ],
  85. "name": "memory-fs",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/webpack/memory-fs.git"
  91. },
  92. "scripts": {
  93. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  94. "test": "mocha",
  95. "travis": "npm run cover -- --report lcovonly"
  96. },
  97. "version": "0.4.1"
  98. }