package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "vinyl@^2.0.0",
  3. "_id": "vinyl@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
  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.npmmirror.com/vinyl/-/vinyl-2.2.1.tgz",
  23. "_shasum": "23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974",
  24. "_spec": "vinyl@^2.0.0",
  25. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/vinyl-fs",
  26. "author": {
  27. "name": "Gulp Team",
  28. "email": "team@gulpjs.com",
  29. "url": "https://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. "coveralls": "github:phated/node-coveralls#2.x",
  57. "eslint": "^2.13.1",
  58. "eslint-config-gulp": "^3.0.1",
  59. "expect": "^1.20.2",
  60. "mississippi": "^1.2.0",
  61. "mocha": "^3.0.0",
  62. "nyc": "^10.3.2",
  63. "safer-buffer": "^2.1.2"
  64. },
  65. "engines": {
  66. "node": ">= 0.10"
  67. },
  68. "files": [
  69. "LICENSE",
  70. "index.js",
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/gulpjs/vinyl#readme",
  74. "keywords": [
  75. "virtual",
  76. "filesystem",
  77. "file",
  78. "directory",
  79. "stat",
  80. "path"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "vinyl",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/gulpjs/vinyl.git"
  88. },
  89. "scripts": {
  90. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  91. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  92. "lint": "eslint .",
  93. "pretest": "npm run lint",
  94. "test": "nyc mocha --async-only"
  95. },
  96. "version": "2.2.1"
  97. }