package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "vinyl@^0.5.0",
  3. "_id": "vinyl@0.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-P5zdf3WB9uzr7IFoVQ2wZTmUwHL8cMZWJGzLBNCHNZ3NB6HTMsYABtt7z8tAGIINLXyAob9B9a1yzVGMFOYKEA==",
  6. "_location": "/vinyl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vinyl@^0.5.0",
  12. "name": "vinyl",
  13. "escapedName": "vinyl",
  14. "rawSpec": "^0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-util"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vinyl/-/vinyl-0.5.3.tgz",
  22. "_shasum": "b0455b38fc5e0cf30d4325132e461970c2091cde",
  23. "_spec": "vinyl@^0.5.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\gulp-util",
  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": "^1.0.0",
  36. "clone-stats": "^0.0.1",
  37. "replace-ext": "0.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "A virtual file format",
  41. "devDependencies": {
  42. "buffer-equal": "0.0.1",
  43. "event-stream": "^3.1.0",
  44. "istanbul": "^0.3.0",
  45. "istanbul-coveralls": "^1.0.1",
  46. "jshint": "^2.4.1",
  47. "lodash.templatesettings": "^3.1.0",
  48. "mocha": "^2.0.0",
  49. "rimraf": "^2.2.5",
  50. "should": "^7.0.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.9"
  54. },
  55. "files": [
  56. "index.js",
  57. "lib"
  58. ],
  59. "homepage": "http://github.com/wearefractal/vinyl",
  60. "license": "MIT",
  61. "main": "./index.js",
  62. "name": "vinyl",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/wearefractal/vinyl.git"
  66. },
  67. "scripts": {
  68. "coveralls": "istanbul cover _mocha && istanbul-coveralls",
  69. "test": "mocha && jshint lib"
  70. },
  71. "version": "0.5.3"
  72. }