package.json 2.3 KB

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