package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "sparkles@^1.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==",
  6. "_location": "/sparkles",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sparkles@^1.0.0",
  12. "name": "sparkles",
  13. "escapedName": "sparkles",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glogg",
  20. "/has-gulplog"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz",
  23. "_shasum": "008db65edce6c50eec0c5e228e1945061dd0437c",
  24. "_spec": "sparkles@^1.0.0",
  25. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\glogg",
  26. "author": {
  27. "name": "Gulp Team",
  28. "email": "[email protected]",
  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": "[email protected]"
  39. }
  40. ],
  41. "dependencies": {},
  42. "deprecated": false,
  43. "description": "Namespaced global event emitter",
  44. "devDependencies": {
  45. "eslint": "^2.13.0",
  46. "eslint-config-gulp": "^3.0.1",
  47. "expect": "^1.20.2",
  48. "istanbul": "^0.4.3",
  49. "istanbul-coveralls": "^1.0.3",
  50. "mocha": "^3.5.3"
  51. },
  52. "engines": {
  53. "node": ">= 0.10"
  54. },
  55. "files": [
  56. "LICENSE",
  57. "index.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. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/gulpjs/sparkles.git"
  73. },
  74. "scripts": {
  75. "cover": "istanbul cover _mocha --report lcovonly",
  76. "coveralls": "npm run cover && istanbul-coveralls",
  77. "lint": "eslint .",
  78. "pretest": "npm run lint",
  79. "test": "mocha --async-only"
  80. },
  81. "version": "1.0.1"
  82. }