package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "setimmediate@1.0.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "setimmediate@1.0.5",
  10. "_id": "setimmediate@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=",
  13. "_location": "/setimmediate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "setimmediate@1.0.5",
  19. "name": "setimmediate",
  20. "escapedName": "setimmediate",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/timers-browserify"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/setimmediate/download/setimmediate-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "YuzuJS"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/YuzuJS/setImmediate/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Domenic Denicola",
  40. "email": "d@domenic.me",
  41. "url": "https://domenic.me"
  42. },
  43. {
  44. "name": "Donavon West",
  45. "email": "github@donavon.com",
  46. "url": "http://donavon.com"
  47. },
  48. {
  49. "name": "Yaffle"
  50. }
  51. ],
  52. "description": "A shim for the setImmediate efficient script yielding API",
  53. "devDependencies": {
  54. "http-server": "~0.6.1",
  55. "jshint": "^2.5.0",
  56. "mocha": "~1.18.2",
  57. "opener": "^1.3",
  58. "zuul": "^1.6.4"
  59. },
  60. "files": [
  61. "setImmediate.js"
  62. ],
  63. "homepage": "https://github.com/YuzuJS/setImmediate#readme",
  64. "license": "MIT",
  65. "main": "setImmediate.js",
  66. "name": "setimmediate",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/YuzuJS/setImmediate.git"
  70. },
  71. "scripts": {
  72. "lint": "jshint setImmediate.js",
  73. "test": "mocha test/tests.js",
  74. "test-browser": "opener http://localhost:9008/__zuul && zuul test/tests.js --ui mocha-bdd --local 9008",
  75. "test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
  76. },
  77. "version": "1.0.5"
  78. }