You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "vinyl@^2.0.0",
  3. "_id": "vinyl@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==",
  6. "_location": "/vinyl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vinyl@^2.0.0",
  12. "name": "vinyl",
  13. "escapedName": "vinyl",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl-fs",
  20. "/vinyl-sourcemap"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz",
  23. "_shasum": "d85b07da96e458d25b2ffe19fece9f2caa13ed86",
  24. "_spec": "vinyl@^2.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\vinyl-fs",
  26. "author": {
  27. "name": "Gulp Team",
  28. "email": "team@gulpjs.com",
  29. "url": "http://gulpjs.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/gulpjs/vinyl/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Eric Schoffstall",
  38. "email": "yo@contra.io"
  39. },
  40. {
  41. "name": "Blaine Bublitz",
  42. "email": "blaine.bublitz@gmail.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "clone": "^2.1.1",
  47. "clone-buffer": "^1.0.0",
  48. "clone-stats": "^1.0.0",
  49. "cloneable-readable": "^1.0.0",
  50. "remove-trailing-separator": "^1.0.1",
  51. "replace-ext": "^1.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "Virtual file format.",
  55. "devDependencies": {
  56. "eslint": "^1.7.3",
  57. "eslint-config-gulp": "^2.0.0",
  58. "expect": "^1.20.2",
  59. "istanbul": "^0.4.3",
  60. "istanbul-coveralls": "^1.0.3",
  61. "jscs": "^2.3.5",
  62. "jscs-preset-gulp": "^1.0.0",
  63. "mississippi": "^1.2.0",
  64. "mocha": "^2.4.5"
  65. },
  66. "engines": {
  67. "node": ">= 0.10"
  68. },
  69. "files": [
  70. "LICENSE",
  71. "index.js",
  72. "lib"
  73. ],
  74. "homepage": "https://github.com/gulpjs/vinyl#readme",
  75. "keywords": [
  76. "virtual",
  77. "filesystem",
  78. "file",
  79. "directory",
  80. "stat",
  81. "path"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "vinyl",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/gulpjs/vinyl.git"
  89. },
  90. "scripts": {
  91. "cover": "istanbul cover _mocha --report lcovonly",
  92. "coveralls": "npm run cover && istanbul-coveralls",
  93. "lint": "eslint . && jscs index.js lib/ test/",
  94. "pretest": "npm run lint",
  95. "test": "mocha --async-only"
  96. },
  97. "version": "2.2.0"
  98. }