package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "vinyl-fs@^0.3.0",
  3. "_id": "vinyl-fs@0.3.14",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=",
  6. "_location": "/vinyl-fs",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3",
  10. "natives": "1.1.4",
  11. "xtend": "4.0.1"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "vinyl-fs@^0.3.0",
  17. "name": "vinyl-fs",
  18. "escapedName": "vinyl-fs",
  19. "rawSpec": "^0.3.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^0.3.0"
  22. },
  23. "_requiredBy": [
  24. "/gulp"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
  27. "_shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
  28. "_spec": "vinyl-fs@^0.3.0",
  29. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/gulp",
  30. "author": {
  31. "name": "Fractal",
  32. "email": "contact@wearefractal.com",
  33. "url": "http://wearefractal.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/wearefractal/vinyl-fs/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "defaults": "^1.0.0",
  41. "glob-stream": "^3.1.5",
  42. "glob-watcher": "^0.0.6",
  43. "graceful-fs": "^3.0.0",
  44. "mkdirp": "^0.5.0",
  45. "strip-bom": "^1.0.0",
  46. "through2": "^0.6.1",
  47. "vinyl": "^0.4.0"
  48. },
  49. "deprecated": false,
  50. "description": "Vinyl adapter for the file system",
  51. "devDependencies": {
  52. "buffer-equal": "^0.0.1",
  53. "coveralls": "^2.6.1",
  54. "istanbul": "^0.3.0",
  55. "jshint": "^2.4.1",
  56. "mocha": "^2.0.0",
  57. "mocha-lcov-reporter": "^0.0.1",
  58. "rimraf": "^2.2.5",
  59. "should": "^4.0.0",
  60. "sinon": "^1.10.3"
  61. },
  62. "engines": {
  63. "node": ">= 0.10"
  64. },
  65. "files": [
  66. "index.js",
  67. "lib"
  68. ],
  69. "homepage": "http://github.com/wearefractal/vinyl-fs",
  70. "licenses": [
  71. {
  72. "type": "MIT",
  73. "url": "http://github.com/wearefractal/vinyl-fs/raw/master/LICENSE"
  74. }
  75. ],
  76. "main": "./index.js",
  77. "name": "vinyl-fs",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/wearefractal/vinyl-fs.git"
  81. },
  82. "scripts": {
  83. "coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  84. "test": "mocha --reporter spec && jshint lib"
  85. },
  86. "version": "0.3.14"
  87. }