package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "memory-fs@0.4.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "memory-fs@0.4.1",
  10. "_id": "memory-fs@0.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
  13. "_location": "/memory-fs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "memory-fs@0.4.1",
  19. "name": "memory-fs",
  20. "escapedName": "memory-fs",
  21. "rawSpec": "0.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.1"
  24. },
  25. "_requiredBy": [
  26. "/enhanced-resolve",
  27. "/webpack",
  28. "/webpack-dev-middleware"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/memory-fs/download/memory-fs-0.4.1.tgz",
  31. "_spec": "0.4.1",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Tobias Koppers @sokra"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/webpack/memory-fs/issues"
  38. },
  39. "dependencies": {
  40. "errno": "^0.1.3",
  41. "readable-stream": "^2.0.1"
  42. },
  43. "description": "A simple in-memory filesystem. Holds data in a javascript object.",
  44. "devDependencies": {
  45. "bl": "^1.0.0",
  46. "codecov.io": "^0.1.4",
  47. "coveralls": "^2.11.2",
  48. "istanbul": "^0.2.13",
  49. "mocha": "^1.20.1",
  50. "should": "^4.0.4"
  51. },
  52. "directories": {
  53. "test": "test"
  54. },
  55. "files": [
  56. "lib/"
  57. ],
  58. "homepage": "https://github.com/webpack/memory-fs",
  59. "keywords": [
  60. "fs",
  61. "memory"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/MemoryFileSystem.js",
  65. "name": "memory-fs",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/webpack/memory-fs.git"
  69. },
  70. "scripts": {
  71. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  72. "test": "mocha",
  73. "travis": "npm run cover -- --report lcovonly"
  74. },
  75. "version": "0.4.1"
  76. }