package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "asap@2.0.6",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_from": "asap@2.0.6",
  9. "_id": "asap@2.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
  12. "_location": "/asap",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "asap@2.0.6",
  19. "name": "asap",
  20. "escapedName": "asap",
  21. "rawSpec": "2.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.6"
  24. },
  25. "_requiredBy": [
  26. "/promise"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  29. "_spec": "2.0.6",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  31. "browser": {
  32. "./asap": "./browser-asap.js",
  33. "./asap.js": "./browser-asap.js",
  34. "./raw": "./browser-raw.js",
  35. "./raw.js": "./browser-raw.js",
  36. "./test/domain.js": "./test/browser-domain.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/kriskowal/asap/issues"
  40. },
  41. "description": "High-priority task queue for Node.js and browsers",
  42. "devDependencies": {
  43. "benchmark": "^1.0.0",
  44. "events": "^1.0.1",
  45. "jshint": "^2.5.1",
  46. "knox": "^0.8.10",
  47. "mr": "^2.0.5",
  48. "opener": "^1.3.0",
  49. "q": "^2.0.3",
  50. "q-io": "^2.0.3",
  51. "saucelabs": "^0.1.1",
  52. "wd": "^0.2.21",
  53. "weak-map": "^1.0.5"
  54. },
  55. "files": [
  56. "raw.js",
  57. "asap.js",
  58. "browser-raw.js",
  59. "browser-asap.js"
  60. ],
  61. "homepage": "https://github.com/kriskowal/asap#readme",
  62. "keywords": [
  63. "event",
  64. "task",
  65. "queue"
  66. ],
  67. "license": "MIT",
  68. "main": "./asap.js",
  69. "name": "asap",
  70. "react-native": {
  71. "domain": false
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/kriskowal/asap.git"
  76. },
  77. "scripts": {
  78. "benchmarks": "node benchmarks",
  79. "lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)",
  80. "test": "npm run lint && npm run test-node",
  81. "test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener",
  82. "test-node": "node test/asap-test.js",
  83. "test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy",
  84. "test-saucelabs": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-spot-configurations.json",
  85. "test-saucelabs-all": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-all-configurations.json",
  86. "test-saucelabs-worker": "node scripts/saucelabs-worker-test.js scripts/saucelabs-spot-configurations.json",
  87. "test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configurations.json",
  88. "test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucelabs-worker"
  89. },
  90. "version": "2.0.6"
  91. }