package.json 2.7 KB

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