package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "mem-fs@^1.1.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/yeoman-environment"
  6. ]
  7. ],
  8. "_from": "mem-fs@>=1.1.0 <2.0.0",
  9. "_id": "mem-fs@1.1.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mem-fs",
  13. "_nodeVersion": "6.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/mem-fs-1.1.3.tgz_1462771612519_0.8764764524530619"
  17. },
  18. "_npmUser": {
  19. "email": "admin@simonboudrias.com",
  20. "name": "sboudrias"
  21. },
  22. "_npmVersion": "3.5.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "mem-fs",
  26. "raw": "mem-fs@^1.1.0",
  27. "rawSpec": "^1.1.0",
  28. "scope": null,
  29. "spec": ">=1.1.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/yeoman-environment"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/mem-fs/-/mem-fs-1.1.3.tgz",
  36. "_shasum": "b8ae8d2e3fcb6f5d3f9165c12d4551a065d989cc",
  37. "_shrinkwrap": null,
  38. "_spec": "mem-fs@^1.1.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/yeoman-environment",
  40. "author": {
  41. "name": "Simon Boudrias"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/sboudrias/mem-fs/issues"
  45. },
  46. "dependencies": {
  47. "through2": "^2.0.0",
  48. "vinyl": "^1.1.0",
  49. "vinyl-file": "^2.0.0"
  50. },
  51. "description": "Simple in-memory vinyl file store",
  52. "devDependencies": {
  53. "mocha": "^2.0.1"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "b8ae8d2e3fcb6f5d3f9165c12d4551a065d989cc",
  58. "tarball": "https://registry.npmjs.org/mem-fs/-/mem-fs-1.1.3.tgz"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "gitHead": "9ab105df416da0e3a7c6bdc909f2729c4b29ba2d",
  64. "homepage": "https://github.com/sboudrias/mem-fs#readme",
  65. "license": "MIT",
  66. "maintainers": [
  67. {
  68. "name": "sboudrias",
  69. "email": "admin@simonboudrias.com"
  70. }
  71. ],
  72. "name": "mem-fs",
  73. "optionalDependencies": {},
  74. "readme": "ERROR: No README data found!",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sboudrias/mem-fs.git"
  78. },
  79. "scripts": {
  80. "test": "mocha"
  81. },
  82. "version": "1.1.3"
  83. }