UI for Zipcoin Blue

package.json 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "next-tick@1",
  6. "scope": null,
  7. "escapedName": "next-tick",
  8. "name": "next-tick",
  9. "rawSpec": "1",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/es5-ext"
  14. ]
  15. ],
  16. "_from": "next-tick@>=1.0.0 <2.0.0",
  17. "_id": "next-tick@1.0.0",
  18. "_inCache": true,
  19. "_location": "/next-tick",
  20. "_nodeVersion": "4.4.5",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/next-tick-1.0.0.tgz_1465503233826_0.9096911298111081"
  24. },
  25. "_npmUser": {
  26. "name": "medikoo",
  27. "email": "medikoo+npm@medikoo.com"
  28. },
  29. "_npmVersion": "2.15.5",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "next-tick@1",
  33. "scope": null,
  34. "escapedName": "next-tick",
  35. "name": "next-tick",
  36. "rawSpec": "1",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/es5-ext"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
  44. "_shasum": "ca86d1fe8828169b0120208e3dc8424b9db8342c",
  45. "_shrinkwrap": null,
  46. "_spec": "next-tick@1",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/es5-ext",
  48. "author": {
  49. "name": "Mariusz Nowak",
  50. "email": "medyk@medikoo.com",
  51. "url": "http://www.medikoo.com/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/medikoo/next-tick/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Environment agnostic nextTick polyfill",
  58. "devDependencies": {
  59. "tad": "^0.2.4",
  60. "xlint": "^0.2.2",
  61. "xlint-jslint-medikoo": "^0.1.4"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "ca86d1fe8828169b0120208e3dc8424b9db8342c",
  66. "tarball": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz"
  67. },
  68. "gitHead": "5b1c1d0ad81f3c494ca74db1cb8012c0f6a7e512",
  69. "homepage": "https://github.com/medikoo/next-tick#readme",
  70. "keywords": [
  71. "nexttick",
  72. "setImmediate",
  73. "setTimeout",
  74. "async"
  75. ],
  76. "license": "MIT",
  77. "maintainers": [
  78. {
  79. "name": "medikoo",
  80. "email": "medikoo+npm@medikoo.com"
  81. }
  82. ],
  83. "name": "next-tick",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/medikoo/next-tick.git"
  89. },
  90. "scripts": {
  91. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  92. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  93. "test": "node node_modules/tad/bin/tad"
  94. },
  95. "version": "1.0.0"
  96. }