package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "vinyl@^0.4.0",
  3. "_id": "vinyl@0.4.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
  6. "_location": "/vinyl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vinyl@^0.4.0",
  12. "name": "vinyl",
  13. "escapedName": "vinyl",
  14. "rawSpec": "^0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl-fs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
  22. "_shasum": "2f356c87a550a255461f36bbeb2a5ba8bf784847",
  23. "_spec": "vinyl@^0.4.0",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/vinyl-fs",
  25. "author": {
  26. "name": "Fractal",
  27. "email": "contact@wearefractal.com",
  28. "url": "http://wearefractal.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/wearefractal/vinyl/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "clone": "^0.2.0",
  36. "clone-stats": "^0.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "A virtual file format",
  40. "devDependencies": {
  41. "buffer-equal": "0.0.1",
  42. "coveralls": "^2.6.1",
  43. "event-stream": "^3.1.0",
  44. "istanbul": "^0.3.0",
  45. "jshint": "^2.4.1",
  46. "lodash.templatesettings": "^2.4.1",
  47. "mocha": "^2.0.0",
  48. "mocha-lcov-reporter": "^0.0.1",
  49. "rimraf": "^2.2.5",
  50. "should": "^4.0.4"
  51. },
  52. "engines": {
  53. "node": ">= 0.9"
  54. },
  55. "files": [
  56. "index.js",
  57. "lib"
  58. ],
  59. "homepage": "http://github.com/wearefractal/vinyl",
  60. "licenses": [
  61. {
  62. "type": "MIT",
  63. "url": "http://github.com/wearefractal/vinyl/raw/master/LICENSE"
  64. }
  65. ],
  66. "main": "./index.js",
  67. "name": "vinyl",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/wearefractal/vinyl.git"
  71. },
  72. "scripts": {
  73. "coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  74. "test": "mocha --reporter spec && jshint lib"
  75. },
  76. "version": "0.4.6"
  77. }