Dashboard sipadu mbip
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "memory-fs@^0.4.1",
  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.1",
  12. "name": "memory-fs",
  13. "escapedName": "memory-fs",
  14. "rawSpec": "^0.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack",
  20. "/webpack-cli/enhanced-resolve",
  21. "/webpack-dev-middleware"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
  24. "_shasum": "3a9a20b8462523e447cfbc7e8bb80ed667bfc552",
  25. "_spec": "memory-fs@^0.4.1",
  26. "_where": "/var/www/html/mdch.sipadu/node_modules/webpack",
  27. "author": {
  28. "name": "Tobias Koppers @sokra"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/webpack/memory-fs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "errno": "^0.1.3",
  36. "readable-stream": "^2.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "A simple in-memory filesystem. Holds data in a javascript object.",
  40. "devDependencies": {
  41. "bl": "^1.0.0",
  42. "codecov.io": "^0.1.4",
  43. "coveralls": "^2.11.2",
  44. "istanbul": "^0.2.13",
  45. "mocha": "^1.20.1",
  46. "should": "^4.0.4"
  47. },
  48. "directories": {
  49. "test": "test"
  50. },
  51. "files": [
  52. "lib/"
  53. ],
  54. "homepage": "https://github.com/webpack/memory-fs",
  55. "keywords": [
  56. "fs",
  57. "memory"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/MemoryFileSystem.js",
  61. "name": "memory-fs",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/webpack/memory-fs.git"
  65. },
  66. "scripts": {
  67. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  68. "test": "mocha",
  69. "travis": "npm run cover -- --report lcovonly"
  70. },
  71. "version": "0.4.1"
  72. }