package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "vinyl@0.5.3",
  5. "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vinyl@0.5.3",
  10. "_id": "vinyl@0.5.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
  13. "_location": "/vinyl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vinyl@0.5.3",
  19. "name": "vinyl",
  20. "escapedName": "vinyl",
  21. "rawSpec": "0.5.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.3"
  24. },
  25. "_requiredBy": [
  26. "/gulp-util"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
  29. "_spec": "0.5.3",
  30. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres",
  31. "author": {
  32. "name": "Fractal",
  33. "email": "contact@wearefractal.com",
  34. "url": "http://wearefractal.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/wearefractal/vinyl/issues"
  38. },
  39. "dependencies": {
  40. "clone": "^1.0.0",
  41. "clone-stats": "^0.0.1",
  42. "replace-ext": "0.0.1"
  43. },
  44. "description": "A virtual file format",
  45. "devDependencies": {
  46. "buffer-equal": "0.0.1",
  47. "event-stream": "^3.1.0",
  48. "istanbul": "^0.3.0",
  49. "istanbul-coveralls": "^1.0.1",
  50. "jshint": "^2.4.1",
  51. "lodash.templatesettings": "^3.1.0",
  52. "mocha": "^2.0.0",
  53. "rimraf": "^2.2.5",
  54. "should": "^7.0.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.9"
  58. },
  59. "files": [
  60. "index.js",
  61. "lib"
  62. ],
  63. "homepage": "http://github.com/wearefractal/vinyl",
  64. "license": "MIT",
  65. "main": "./index.js",
  66. "name": "vinyl",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/wearefractal/vinyl.git"
  70. },
  71. "scripts": {
  72. "coveralls": "istanbul cover _mocha && istanbul-coveralls",
  73. "test": "mocha && jshint lib"
  74. },
  75. "version": "0.5.3"
  76. }