UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "esutils@^2.0.2",
  6. "scope": null,
  7. "escapedName": "esutils",
  8. "name": "esutils",
  9. "rawSpec": "^2.0.2",
  10. "spec": ">=2.0.2 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/babel-code-frame"
  14. ]
  15. ],
  16. "_from": "esutils@>=2.0.2 <3.0.0",
  17. "_id": "esutils@2.0.2",
  18. "_inCache": true,
  19. "_location": "/esutils",
  20. "_nodeVersion": "0.12.0",
  21. "_npmUser": {
  22. "name": "michaelficarra",
  23. "email": "npm@michael.ficarra.me"
  24. },
  25. "_npmVersion": "2.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "esutils@^2.0.2",
  29. "scope": null,
  30. "escapedName": "esutils",
  31. "name": "esutils",
  32. "rawSpec": "^2.0.2",
  33. "spec": ">=2.0.2 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/babel-code-frame"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
  40. "_shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
  41. "_shrinkwrap": null,
  42. "_spec": "esutils@^2.0.2",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/babel-code-frame",
  44. "bugs": {
  45. "url": "https://github.com/estools/esutils/issues"
  46. },
  47. "dependencies": {},
  48. "description": "utility box for ECMAScript language tools",
  49. "devDependencies": {
  50. "chai": "~1.7.2",
  51. "coffee-script": "~1.6.3",
  52. "jshint": "2.6.3",
  53. "mocha": "~2.2.1",
  54. "regenerate": "~1.2.1",
  55. "unicode-7.0.0": "^0.1.5"
  56. },
  57. "directories": {
  58. "lib": "./lib"
  59. },
  60. "dist": {
  61. "shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
  62. "tarball": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "LICENSE.BSD",
  69. "README.md",
  70. "lib"
  71. ],
  72. "gitHead": "3ffd1c403f3f29db9e8a9574b1895682e57b6a7f",
  73. "homepage": "https://github.com/estools/esutils",
  74. "licenses": [
  75. {
  76. "type": "BSD",
  77. "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
  78. }
  79. ],
  80. "main": "lib/utils.js",
  81. "maintainers": [
  82. {
  83. "name": "constellation",
  84. "email": "utatane.tea@gmail.com"
  85. },
  86. {
  87. "name": "michaelficarra",
  88. "email": "npm@michael.ficarra.me"
  89. }
  90. ],
  91. "name": "esutils",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+ssh://git@github.com/estools/esutils.git"
  97. },
  98. "scripts": {
  99. "generate-regex": "node tools/generate-identifier-regex.js",
  100. "lint": "jshint lib/*.js",
  101. "test": "npm run-script lint && npm run-script unit-test",
  102. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  103. },
  104. "version": "2.0.2"
  105. }