package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "sparkles@^2.1.0",
  3. "_id": "sparkles@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r7iW1bDw8R/cFifrD3JnQJX0K1jqT0kprL48BiBpLZLJPmAm34zsVBsK5lc7HirZYZqMW65dOXZgbAGt/I6frg==",
  6. "_location": "/gulp-load-plugins/sparkles",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sparkles@^2.1.0",
  12. "name": "sparkles",
  13. "escapedName": "sparkles",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-load-plugins/glogg",
  20. "/gulp-load-plugins/has-gulplog"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/sparkles/-/sparkles-2.1.0.tgz",
  23. "_shasum": "8ad4e8cecba7e568bba660c39b6db46625ecf1ad",
  24. "_spec": "sparkles@^2.1.0",
  25. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\gulp-load-plugins\\node_modules\\glogg",
  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/sparkles/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Blaine Bublitz",
  38. "email": "blaine.bublitz@gmail.com"
  39. }
  40. ],
  41. "deprecated": false,
  42. "description": "Namespaced global event emitter",
  43. "devDependencies": {
  44. "eslint": "^7.32.0",
  45. "eslint-config-gulp": "^5.0.1",
  46. "eslint-plugin-node": "^11.1.0",
  47. "expect": "^27.3.1",
  48. "mocha": "^8.4.0",
  49. "nyc": "^15.1.0"
  50. },
  51. "engines": {
  52. "node": ">= 10.13.0"
  53. },
  54. "files": [
  55. "LICENSE",
  56. "index.js",
  57. "legacy.js"
  58. ],
  59. "homepage": "https://github.com/gulpjs/sparkles#readme",
  60. "keywords": [
  61. "ee",
  62. "emitter",
  63. "events",
  64. "global",
  65. "namespaced"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "sparkles",
  70. "nyc": {
  71. "reporter": [
  72. "lcov",
  73. "text-summary"
  74. ]
  75. },
  76. "prettier": {
  77. "singleQuote": true
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/gulpjs/sparkles.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint .",
  85. "pretest": "npm run lint",
  86. "test": "nyc mocha --async-only"
  87. },
  88. "version": "2.1.0"
  89. }