package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "set-immediate-shim@1.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "set-immediate-shim@1.0.1",
  9. "_id": "set-immediate-shim@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
  12. "_location": "/set-immediate-shim",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "set-immediate-shim@1.0.1",
  18. "name": "set-immediate-shim",
  19. "escapedName": "set-immediate-shim",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/jszip"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/set-immediate-shim/issues"
  37. },
  38. "description": "Simple setImmediate shim",
  39. "devDependencies": {
  40. "ava": "0.0.4",
  41. "require-uncached": "^1.0.2"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/set-immediate-shim#readme",
  50. "keywords": [
  51. "setImmediate",
  52. "immediate",
  53. "setTimeout",
  54. "timeout",
  55. "shim",
  56. "polyfill",
  57. "ponyfill"
  58. ],
  59. "license": "MIT",
  60. "name": "set-immediate-shim",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/set-immediate-shim.git"
  64. },
  65. "scripts": {
  66. "test": "node test.js"
  67. },
  68. "version": "1.0.1"
  69. }