package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "asap@~2.0.3",
  6. "scope": null,
  7. "escapedName": "asap",
  8. "name": "asap",
  9. "rawSpec": "~2.0.3",
  10. "spec": ">=2.0.3 <2.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/promise"
  14. ]
  15. ],
  16. "_from": "asap@>=2.0.3 <2.1.0",
  17. "_id": "asap@2.0.5",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/asap",
  21. "_nodeVersion": "0.10.32",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/asap-2.0.5.tgz_1474846549990_0.794441896257922"
  25. },
  26. "_npmUser": {
  27. "name": "kriskowal",
  28. "email": "kris.kowal@cixar.com"
  29. },
  30. "_npmVersion": "2.14.7",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "asap@~2.0.3",
  34. "scope": null,
  35. "escapedName": "asap",
  36. "name": "asap",
  37. "rawSpec": "~2.0.3",
  38. "spec": ">=2.0.3 <2.1.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/promise"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/asap/-/asap-2.0.5.tgz",
  45. "_shasum": "522765b50c3510490e52d7dcfe085ef9ba96958f",
  46. "_shrinkwrap": null,
  47. "_spec": "asap@~2.0.3",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/promise",
  49. "browser": {
  50. "./asap": "./browser-asap.js",
  51. "./asap.js": "./browser-asap.js",
  52. "./raw": "./browser-raw.js",
  53. "./raw.js": "./browser-raw.js",
  54. "./test/domain.js": "./test/browser-domain.js"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/kriskowal/asap/issues"
  58. },
  59. "dependencies": {},
  60. "description": "High-priority task queue for Node.js and browsers",
  61. "devDependencies": {
  62. "benchmark": "^1.0.0",
  63. "events": "^1.0.1",
  64. "jshint": "^2.5.1",
  65. "knox": "^0.8.10",
  66. "mr": "^2.0.5",
  67. "opener": "^1.3.0",
  68. "q": "^2.0.3",
  69. "q-io": "^2.0.3",
  70. "saucelabs": "^0.1.1",
  71. "wd": "^0.2.21",
  72. "weak-map": "^1.0.5"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "522765b50c3510490e52d7dcfe085ef9ba96958f",
  77. "tarball": "https://registry.npmjs.org/asap/-/asap-2.0.5.tgz"
  78. },
  79. "files": [
  80. "raw.js",
  81. "asap.js",
  82. "browser-raw.js",
  83. "browser-asap.js"
  84. ],
  85. "gitHead": "e7f3d29eed4967ecfcaddbfc9542e2ee12b76227",
  86. "homepage": "https://github.com/kriskowal/asap#readme",
  87. "keywords": [
  88. "event",
  89. "task",
  90. "queue"
  91. ],
  92. "license": "MIT",
  93. "main": "./asap.js",
  94. "maintainers": [
  95. {
  96. "name": "kriskowal",
  97. "email": "kris.kowal@cixar.com"
  98. },
  99. {
  100. "name": "forbeslindesay",
  101. "email": "forbes@lindesay.co.uk"
  102. }
  103. ],
  104. "name": "asap",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/kriskowal/asap.git"
  110. },
  111. "scripts": {
  112. "benchmarks": "node benchmarks",
  113. "lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)",
  114. "test": "npm run lint && npm run test-node",
  115. "test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener",
  116. "test-node": "node test/asap-test.js",
  117. "test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy",
  118. "test-saucelabs": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-spot-configurations.json",
  119. "test-saucelabs-all": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-all-configurations.json",
  120. "test-saucelabs-worker": "node scripts/saucelabs-worker-test.js scripts/saucelabs-spot-configurations.json",
  121. "test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configurations.json",
  122. "test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucelabs-worker"
  123. },
  124. "version": "2.0.5"
  125. }