UI for Zipcoin Blue

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "doctrine@^0.7.2",
  6. "scope": null,
  7. "escapedName": "doctrine",
  8. "name": "doctrine",
  9. "rawSpec": "^0.7.2",
  10. "spec": ">=0.7.2 <0.8.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/tslint-eslint-rules"
  14. ]
  15. ],
  16. "_from": "doctrine@>=0.7.2 <0.8.0",
  17. "_id": "doctrine@0.7.2",
  18. "_inCache": true,
  19. "_location": "/doctrine",
  20. "_npmUser": {
  21. "name": "nzakas",
  22. "email": "nicholas@nczconsulting.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "doctrine@^0.7.2",
  28. "scope": null,
  29. "escapedName": "doctrine",
  30. "name": "doctrine",
  31. "rawSpec": "^0.7.2",
  32. "spec": ">=0.7.2 <0.8.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/tslint-eslint-rules"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz",
  39. "_shasum": "7cb860359ba3be90e040b26b729ce4bfa654c523",
  40. "_shrinkwrap": null,
  41. "_spec": "doctrine@^0.7.2",
  42. "_where": "/Users/tennesseeg/blueCoin/node_modules/tslint-eslint-rules",
  43. "bugs": {
  44. "url": "https://github.com/eslint/doctrine/issues"
  45. },
  46. "dependencies": {
  47. "esutils": "^1.1.6",
  48. "isarray": "0.0.1"
  49. },
  50. "description": "JSDoc parser",
  51. "devDependencies": {
  52. "coveralls": "^2.11.2",
  53. "dateformat": "^1.0.11",
  54. "eslint": "^1.9.0",
  55. "gulp": "^3.8.10",
  56. "gulp-bump": "^0.1.13",
  57. "gulp-eslint": "^0.5.0",
  58. "gulp-filter": "^2.0.2",
  59. "gulp-git": "^1.0.0",
  60. "gulp-istanbul": "^0.6.0",
  61. "gulp-jshint": "^1.9.0",
  62. "gulp-mocha": "^2.0.0",
  63. "gulp-tag-version": "^1.2.1",
  64. "jshint-stylish": "^1.0.0",
  65. "linefix": "^0.1.1",
  66. "mocha": "^2.3.3",
  67. "npm-license": "^0.3.1",
  68. "semver": "^5.0.3",
  69. "shelljs": "^0.5.3",
  70. "shelljs-nodecli": "^0.1.1",
  71. "should": "^5.0.1"
  72. },
  73. "directories": {
  74. "lib": "./lib"
  75. },
  76. "dist": {
  77. "shasum": "7cb860359ba3be90e040b26b729ce4bfa654c523",
  78. "tarball": "https://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz"
  79. },
  80. "engines": {
  81. "node": ">=0.10.0"
  82. },
  83. "files": [
  84. "lib",
  85. "LICENSE.BSD",
  86. "LICENSE.closure-compiler",
  87. "LICENSE.esprima",
  88. "README.md"
  89. ],
  90. "gitHead": "d78e387ce941880ae97ca768092ee11029bdb916",
  91. "homepage": "https://github.com/eslint/doctrine",
  92. "licenses": [
  93. {
  94. "type": "BSD",
  95. "url": "http://github.com/eslint/doctrine/raw/master/LICENSE.BSD"
  96. }
  97. ],
  98. "main": "lib/doctrine.js",
  99. "maintainers": [
  100. {
  101. "name": "constellation",
  102. "email": "utatane.tea@gmail.com"
  103. },
  104. {
  105. "name": "nzakas",
  106. "email": "nicholas@nczconsulting.com"
  107. }
  108. ],
  109. "name": "doctrine",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+ssh://git@github.com/eslint/doctrine.git"
  115. },
  116. "scripts": {
  117. "coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  118. "lint": "gulp lint",
  119. "test": "gulp",
  120. "unit-test": "gulp test"
  121. },
  122. "version": "0.7.2"
  123. }