package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "set-immediate-shim@^1.0.0",
  6. "scope": null,
  7. "escapedName": "set-immediate-shim",
  8. "name": "set-immediate-shim",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/each-async"
  14. ]
  15. ],
  16. "_from": "set-immediate-shim@>=1.0.0 <2.0.0",
  17. "_id": "set-immediate-shim@1.0.1",
  18. "_inCache": true,
  19. "_location": "/set-immediate-shim",
  20. "_npmUser": {
  21. "name": "sindresorhus",
  22. "email": "sindresorhus@gmail.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "set-immediate-shim@^1.0.0",
  28. "scope": null,
  29. "escapedName": "set-immediate-shim",
  30. "name": "set-immediate-shim",
  31. "rawSpec": "^1.0.0",
  32. "spec": ">=1.0.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/each-async"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
  39. "_shasum": "4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61",
  40. "_shrinkwrap": null,
  41. "_spec": "set-immediate-shim@^1.0.0",
  42. "_where": "/home/conte/data/reveal.js/node_modules/each-async",
  43. "author": {
  44. "name": "Sindre Sorhus",
  45. "email": "sindresorhus@gmail.com",
  46. "url": "sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/set-immediate-shim/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Simple setImmediate shim",
  53. "devDependencies": {
  54. "ava": "0.0.4",
  55. "require-uncached": "^1.0.2"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61",
  60. "tarball": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "4c50df7ade5a368e106fee82351ee0a378c990f7",
  69. "homepage": "https://github.com/sindresorhus/set-immediate-shim",
  70. "keywords": [
  71. "setImmediate",
  72. "immediate",
  73. "setTimeout",
  74. "timeout",
  75. "shim",
  76. "polyfill",
  77. "ponyfill"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. }
  85. ],
  86. "name": "set-immediate-shim",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/set-immediate-shim.git"
  92. },
  93. "scripts": {
  94. "test": "node test.js"
  95. },
  96. "version": "1.0.1"
  97. }