package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sparkles@^1.0.0",
  6. "scope": null,
  7. "escapedName": "sparkles",
  8. "name": "sparkles",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glogg"
  14. ]
  15. ],
  16. "_from": "sparkles@>=1.0.0 <2.0.0",
  17. "_id": "sparkles@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/sparkles",
  21. "_nodeVersion": "0.10.36",
  22. "_npmUser": {
  23. "name": "phated",
  24. "email": "blaine@iceddev.com"
  25. },
  26. "_npmVersion": "2.8.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "sparkles@^1.0.0",
  30. "scope": null,
  31. "escapedName": "sparkles",
  32. "name": "sparkles",
  33. "rawSpec": "^1.0.0",
  34. "spec": ">=1.0.0 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/glogg",
  39. "/has-gulplog"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz",
  42. "_shasum": "1acbbfb592436d10bbe8f785b7cc6f82815012c3",
  43. "_shrinkwrap": null,
  44. "_spec": "sparkles@^1.0.0",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glogg",
  46. "author": {
  47. "name": "Blaine Bublitz",
  48. "email": "blaine@iceddev.com",
  49. "url": "http://iceddev.com/"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/phated/sparkles/issues"
  53. },
  54. "contributors": [],
  55. "dependencies": {},
  56. "description": "Namespaced global event emitter",
  57. "devDependencies": {
  58. "@phated/eslint-config-iceddev": "^0.2.1",
  59. "code": "^1.5.0",
  60. "eslint": "^1.3.1",
  61. "eslint-plugin-mocha": "^0.5.1",
  62. "eslint-plugin-react": "^3.3.1",
  63. "lab": "^5.16.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "1acbbfb592436d10bbe8f785b7cc6f82815012c3",
  68. "tarball": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz"
  69. },
  70. "engines": {
  71. "node": ">= 0.10"
  72. },
  73. "files": [
  74. "LICENSE",
  75. "index.js"
  76. ],
  77. "gitHead": "66eed55eeac9f3ba641d4643c5ad2ed598bc6a72",
  78. "homepage": "https://github.com/phated/sparkles#readme",
  79. "keywords": [
  80. "ee",
  81. "emitter",
  82. "events",
  83. "global",
  84. "namespaced"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "phated",
  91. "email": "blaine@iceddev.com"
  92. }
  93. ],
  94. "name": "sparkles",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/phated/sparkles.git"
  100. },
  101. "scripts": {
  102. "test": "lab -cvL --ignore store@sparkles"
  103. },
  104. "version": "1.0.0"
  105. }