Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "memory-fs@^0.4.0",
  3. "_id": "memory-fs@0.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
  6. "_location": "/memory-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "memory-fs@^0.4.0",
  12. "name": "memory-fs",
  13. "escapedName": "memory-fs",
  14. "rawSpec": "^0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/enhanced-resolve",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
  23. "_shasum": "3a9a20b8462523e447cfbc7e8bb80ed667bfc552",
  24. "_spec": "memory-fs@^0.4.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/enhanced-resolve",
  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. "istanbul": "^0.2.13",
  44. "mocha": "^1.20.1",
  45. "should": "^4.0.4"
  46. },
  47. "directories": {
  48. "test": "test"
  49. },
  50. "files": [
  51. "lib/"
  52. ],
  53. "homepage": "https://github.com/webpack/memory-fs",
  54. "keywords": [
  55. "fs",
  56. "memory"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/MemoryFileSystem.js",
  60. "name": "memory-fs",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/webpack/memory-fs.git"
  64. },
  65. "scripts": {
  66. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  67. "test": "mocha",
  68. "travis": "npm run cover -- --report lcovonly"
  69. },
  70. "version": "0.4.1"
  71. }