package.json 2.3 KB

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