package.json 2.6 KB

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