package.json 2.7 KB

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