package.json 1.6 KB

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