package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "sparkles@1.0.1",
  5. "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sparkles@1.0.1",
  10. "_id": "sparkles@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==",
  13. "_location": "/sparkles",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sparkles@1.0.1",
  19. "name": "sparkles",
  20. "escapedName": "sparkles",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/glogg",
  27. "/has-gulplog"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres",
  32. "author": {
  33. "name": "Gulp Team",
  34. "email": "team@gulpjs.com",
  35. "url": "http://gulpjs.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/gulpjs/sparkles/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Blaine Bublitz",
  43. "email": "blaine.bublitz@gmail.com"
  44. }
  45. ],
  46. "dependencies": {},
  47. "description": "Namespaced global event emitter",
  48. "devDependencies": {
  49. "eslint": "^2.13.0",
  50. "eslint-config-gulp": "^3.0.1",
  51. "expect": "^1.20.2",
  52. "istanbul": "^0.4.3",
  53. "istanbul-coveralls": "^1.0.3",
  54. "mocha": "^3.5.3"
  55. },
  56. "engines": {
  57. "node": ">= 0.10"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/gulpjs/sparkles#readme",
  64. "keywords": [
  65. "ee",
  66. "emitter",
  67. "events",
  68. "global",
  69. "namespaced"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "sparkles",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/gulpjs/sparkles.git"
  77. },
  78. "scripts": {
  79. "cover": "istanbul cover _mocha --report lcovonly",
  80. "coveralls": "npm run cover && istanbul-coveralls",
  81. "lint": "eslint .",
  82. "pretest": "npm run lint",
  83. "test": "mocha --async-only"
  84. },
  85. "version": "1.0.1"
  86. }