package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "vinyl-file@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/mem-fs"
  6. ]
  7. ],
  8. "_from": "vinyl-file@>=2.0.0 <3.0.0",
  9. "_id": "vinyl-file@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/vinyl-file",
  13. "_nodeVersion": "4.2.4",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.14.12",
  19. "_phantomChildren": {
  20. "is-utf8": "0.2.1"
  21. },
  22. "_requested": {
  23. "name": "vinyl-file",
  24. "raw": "vinyl-file@^2.0.0",
  25. "rawSpec": "^2.0.0",
  26. "scope": null,
  27. "spec": ">=2.0.0 <3.0.0",
  28. "type": "range"
  29. },
  30. "_requiredBy": [
  31. "/mem-fs"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-2.0.0.tgz",
  34. "_shasum": "a7ebf5ffbefda1b7d18d140fcb07b223efb6751a",
  35. "_shrinkwrap": null,
  36. "_spec": "vinyl-file@^2.0.0",
  37. "_where": "/home/seleznev/project Angular/Quality system/node_modules/mem-fs",
  38. "author": {
  39. "email": "sindresorhus@gmail.com",
  40. "name": "Sindre Sorhus",
  41. "url": "sindresorhus.com"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/sindresorhus/vinyl-file/issues"
  45. },
  46. "dependencies": {
  47. "graceful-fs": "^4.1.2",
  48. "pify": "^2.3.0",
  49. "pinkie-promise": "^2.0.0",
  50. "strip-bom": "^2.0.0",
  51. "strip-bom-stream": "^2.0.0",
  52. "vinyl": "^1.1.0"
  53. },
  54. "description": "Create a vinyl file from an actual file",
  55. "devDependencies": {
  56. "ava": "*",
  57. "is-stream": "^1.0.0",
  58. "xo": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "a7ebf5ffbefda1b7d18d140fcb07b223efb6751a",
  63. "tarball": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-2.0.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "71b83a78f0d7f58b7f6829a45dc0c22faa8d44c8",
  72. "homepage": "https://github.com/sindresorhus/vinyl-file",
  73. "keywords": [
  74. "file",
  75. "format",
  76. "fs",
  77. "gulp",
  78. "gulpfriendly",
  79. "read",
  80. "vinyl",
  81. "virtual"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "vinyl-file",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/vinyl-file.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava"
  99. },
  100. "version": "2.0.0"
  101. }