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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "sparkles@^1.0.0",
  3. "_id": "sparkles@1.0.1",
  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. ],
  21. "_resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz",
  22. "_shasum": "008db65edce6c50eec0c5e228e1945061dd0437c",
  23. "_spec": "sparkles@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glogg",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/sparkles/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. }
  39. ],
  40. "dependencies": {},
  41. "deprecated": false,
  42. "description": "Namespaced global event emitter",
  43. "devDependencies": {
  44. "eslint": "^2.13.0",
  45. "eslint-config-gulp": "^3.0.1",
  46. "expect": "^1.20.2",
  47. "istanbul": "^0.4.3",
  48. "istanbul-coveralls": "^1.0.3",
  49. "mocha": "^3.5.3"
  50. },
  51. "engines": {
  52. "node": ">= 0.10"
  53. },
  54. "files": [
  55. "LICENSE",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/gulpjs/sparkles#readme",
  59. "keywords": [
  60. "ee",
  61. "emitter",
  62. "events",
  63. "global",
  64. "namespaced"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "sparkles",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/gulpjs/sparkles.git"
  72. },
  73. "scripts": {
  74. "cover": "istanbul cover _mocha --report lcovonly",
  75. "coveralls": "npm run cover && istanbul-coveralls",
  76. "lint": "eslint .",
  77. "pretest": "npm run lint",
  78. "test": "mocha --async-only"
  79. },
  80. "version": "1.0.1"
  81. }