package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "memory-fs@0.4.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  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. "/webpack",
  27. "/webpack-dev-middleware"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/memory-fs/download/memory-fs-0.4.1.tgz",
  30. "_spec": "0.4.1",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Tobias Koppers @sokra"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack/memory-fs/issues"
  37. },
  38. "dependencies": {
  39. "errno": "^0.1.3",
  40. "readable-stream": "^2.0.1"
  41. },
  42. "description": "A simple in-memory filesystem. Holds data in a javascript object.",
  43. "devDependencies": {
  44. "bl": "^1.0.0",
  45. "codecov.io": "^0.1.4",
  46. "coveralls": "^2.11.2",
  47. "istanbul": "^0.2.13",
  48. "mocha": "^1.20.1",
  49. "should": "^4.0.4"
  50. },
  51. "directories": {
  52. "test": "test"
  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. "test": "mocha",
  72. "travis": "npm run cover -- --report lcovonly"
  73. },
  74. "version": "0.4.1"
  75. }