package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "vinyl-fs@^0.3.0",
  6. "scope": null,
  7. "escapedName": "vinyl-fs",
  8. "name": "vinyl-fs",
  9. "rawSpec": "^0.3.0",
  10. "spec": ">=0.3.0 <0.4.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp"
  14. ]
  15. ],
  16. "_from": "vinyl-fs@>=0.3.0 <0.4.0",
  17. "_id": "vinyl-fs@0.3.14",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/vinyl-fs",
  21. "_nodeVersion": "0.10.36",
  22. "_npmUser": {
  23. "name": "phated",
  24. "email": "blaine@iceddev.com"
  25. },
  26. "_npmVersion": "2.14.3",
  27. "_phantomChildren": {
  28. "clone-stats": "0.0.1",
  29. "natives": "1.1.0",
  30. "readable-stream": "1.0.34",
  31. "xtend": "4.0.1"
  32. },
  33. "_requested": {
  34. "raw": "vinyl-fs@^0.3.0",
  35. "scope": null,
  36. "escapedName": "vinyl-fs",
  37. "name": "vinyl-fs",
  38. "rawSpec": "^0.3.0",
  39. "spec": ">=0.3.0 <0.4.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/gulp"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
  46. "_shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
  47. "_shrinkwrap": null,
  48. "_spec": "vinyl-fs@^0.3.0",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp",
  50. "author": {
  51. "name": "Fractal",
  52. "email": "contact@wearefractal.com",
  53. "url": "http://wearefractal.com/"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/wearefractal/vinyl-fs/issues"
  57. },
  58. "dependencies": {
  59. "defaults": "^1.0.0",
  60. "glob-stream": "^3.1.5",
  61. "glob-watcher": "^0.0.6",
  62. "graceful-fs": "^3.0.0",
  63. "mkdirp": "^0.5.0",
  64. "strip-bom": "^1.0.0",
  65. "through2": "^0.6.1",
  66. "vinyl": "^0.4.0"
  67. },
  68. "description": "Vinyl adapter for the file system",
  69. "devDependencies": {
  70. "buffer-equal": "^0.0.1",
  71. "coveralls": "^2.6.1",
  72. "istanbul": "^0.3.0",
  73. "jshint": "^2.4.1",
  74. "mocha": "^2.0.0",
  75. "mocha-lcov-reporter": "^0.0.1",
  76. "rimraf": "^2.2.5",
  77. "should": "^4.0.0",
  78. "sinon": "^1.10.3"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
  83. "tarball": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz"
  84. },
  85. "engines": {
  86. "node": ">= 0.10"
  87. },
  88. "files": [
  89. "index.js",
  90. "lib"
  91. ],
  92. "gitHead": "1e026b90df987b6da0ca7da941fd61a7cd1e6d8f",
  93. "homepage": "http://github.com/wearefractal/vinyl-fs",
  94. "licenses": [
  95. {
  96. "type": "MIT",
  97. "url": "http://github.com/wearefractal/vinyl-fs/raw/master/LICENSE"
  98. }
  99. ],
  100. "main": "./index.js",
  101. "maintainers": [
  102. {
  103. "name": "fractal",
  104. "email": "contact@wearefractal.com"
  105. },
  106. {
  107. "name": "phated",
  108. "email": "blaine@iceddev.com"
  109. }
  110. ],
  111. "name": "vinyl-fs",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git://github.com/wearefractal/vinyl-fs.git"
  117. },
  118. "scripts": {
  119. "coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  120. "test": "mocha --reporter spec && jshint lib"
  121. },
  122. "version": "0.3.14"
  123. }