package.json 3.0 KB

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