package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "asap@~1.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/promise"
  6. ]
  7. ],
  8. "_from": "asap@>=1.0.0 <1.1.0",
  9. "_id": "asap@1.0.0",
  10. "_inCache": true,
  11. "_location": "/asap",
  12. "_npmUser": {
  13. "email": "kris.kowal@cixar.com",
  14. "name": "kriskowal"
  15. },
  16. "_npmVersion": "1.2.15",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "asap",
  20. "raw": "asap@~1.0.0",
  21. "rawSpec": "~1.0.0",
  22. "scope": null,
  23. "spec": ">=1.0.0 <1.1.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/promise"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz",
  30. "_shasum": "b2a45da5fdfa20b0496fc3768cc27c12fa916a7d",
  31. "_shrinkwrap": null,
  32. "_spec": "asap@~1.0.0",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/promise",
  34. "dependencies": {},
  35. "description": "High-priority task queue for Node.js and browsers",
  36. "devDependencies": {},
  37. "directories": {},
  38. "dist": {
  39. "shasum": "b2a45da5fdfa20b0496fc3768cc27c12fa916a7d",
  40. "tarball": "http://registry.npmjs.org/asap/-/asap-1.0.0.tgz"
  41. },
  42. "installable": true,
  43. "keywords": [
  44. "event",
  45. "queue",
  46. "task"
  47. ],
  48. "licenses": [
  49. {
  50. "type": "MIT",
  51. "url": "https://github.com/kriskowal/asap/raw/master/LICENSE.md"
  52. }
  53. ],
  54. "main": "asap",
  55. "maintainers": [
  56. {
  57. "name": "kriskowal",
  58. "email": "kris.kowal@cixar.com"
  59. }
  60. ],
  61. "name": "asap",
  62. "optionalDependencies": {},
  63. "version": "1.0.0"
  64. }