You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "setimmediate@^1.0.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/timers-browserify"
  6. ]
  7. ],
  8. "_from": "setimmediate@>=1.0.4 <2.0.0",
  9. "_id": "setimmediate@1.0.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/setimmediate",
  13. "_nodeVersion": "6.2.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/setimmediate-1.0.5.tgz_1473641994770_0.26671745581552386"
  17. },
  18. "_npmUser": {
  19. "email": "d@domenic.me",
  20. "name": "domenic"
  21. },
  22. "_npmVersion": "3.9.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "setimmediate",
  26. "raw": "setimmediate@^1.0.4",
  27. "rawSpec": "^1.0.4",
  28. "scope": null,
  29. "spec": ">=1.0.4 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/timers-browserify"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
  36. "_shasum": "290cbb232e306942d7d7ea9b83732ab7856f8285",
  37. "_shrinkwrap": null,
  38. "_spec": "setimmediate@^1.0.4",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/timers-browserify",
  40. "author": {
  41. "name": "YuzuJS"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/yuzujs/setImmediate/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Domenic Denicola",
  49. "email": "d@domenic.me",
  50. "url": "https://domenic.me"
  51. },
  52. {
  53. "name": "Donavon West",
  54. "email": "github@donavon.com",
  55. "url": "http://donavon.com"
  56. },
  57. {
  58. "name": "Yaffle"
  59. }
  60. ],
  61. "dependencies": {},
  62. "description": "A shim for the setImmediate efficient script yielding API",
  63. "devDependencies": {
  64. "http-server": "~0.6.1",
  65. "jshint": "^2.5.0",
  66. "mocha": "~1.18.2",
  67. "opener": "^1.3",
  68. "zuul": "^1.6.4"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "290cbb232e306942d7d7ea9b83732ab7856f8285",
  73. "tarball": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz"
  74. },
  75. "files": [
  76. "setImmediate.js"
  77. ],
  78. "gitHead": "f1ccbfdf09cb93aadf77c4aa749ea554503b9234",
  79. "homepage": "https://github.com/yuzujs/setImmediate#readme",
  80. "license": "MIT",
  81. "main": "setImmediate.js",
  82. "maintainers": [
  83. {
  84. "name": "domenic",
  85. "email": "domenic@domenicdenicola.com"
  86. }
  87. ],
  88. "name": "setimmediate",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/yuzujs/setImmediate.git"
  94. },
  95. "scripts": {
  96. "lint": "jshint setImmediate.js",
  97. "test": "mocha test/tests.js",
  98. "test-browser": "opener http://localhost:9008/__zuul && zuul test/tests.js --ui mocha-bdd --local 9008",
  99. "test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
  100. },
  101. "version": "1.0.5"
  102. }