a zip code crypto-currency system good for red ONLY

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "doctrine@^0.7.2",
  3. "_id": "doctrine@0.7.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-fLhgNZujvpDgQLJrcpzkv6ZUxSM=",
  6. "_location": "/doctrine",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "doctrine@^0.7.2",
  12. "name": "doctrine",
  13. "escapedName": "doctrine",
  14. "rawSpec": "^0.7.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.7.2"
  17. },
  18. "_requiredBy": [
  19. "/tslint-eslint-rules"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz",
  22. "_shasum": "7cb860359ba3be90e040b26b729ce4bfa654c523",
  23. "_spec": "doctrine@^0.7.2",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/tslint-eslint-rules",
  25. "bugs": {
  26. "url": "https://github.com/eslint/doctrine/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "esutils": "^1.1.6",
  31. "isarray": "0.0.1"
  32. },
  33. "deprecated": false,
  34. "description": "JSDoc parser",
  35. "devDependencies": {
  36. "coveralls": "^2.11.2",
  37. "dateformat": "^1.0.11",
  38. "eslint": "^1.9.0",
  39. "gulp": "^3.8.10",
  40. "gulp-bump": "^0.1.13",
  41. "gulp-eslint": "^0.5.0",
  42. "gulp-filter": "^2.0.2",
  43. "gulp-git": "^1.0.0",
  44. "gulp-istanbul": "^0.6.0",
  45. "gulp-jshint": "^1.9.0",
  46. "gulp-mocha": "^2.0.0",
  47. "gulp-tag-version": "^1.2.1",
  48. "jshint-stylish": "^1.0.0",
  49. "linefix": "^0.1.1",
  50. "mocha": "^2.3.3",
  51. "npm-license": "^0.3.1",
  52. "semver": "^5.0.3",
  53. "shelljs": "^0.5.3",
  54. "shelljs-nodecli": "^0.1.1",
  55. "should": "^5.0.1"
  56. },
  57. "directories": {
  58. "lib": "./lib"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "lib",
  65. "LICENSE.BSD",
  66. "LICENSE.closure-compiler",
  67. "LICENSE.esprima",
  68. "README.md"
  69. ],
  70. "homepage": "https://github.com/eslint/doctrine",
  71. "licenses": [
  72. {
  73. "type": "BSD",
  74. "url": "http://github.com/eslint/doctrine/raw/master/LICENSE.BSD"
  75. }
  76. ],
  77. "main": "lib/doctrine.js",
  78. "maintainers": [
  79. {
  80. "name": "Yusuke Suzuki",
  81. "email": "utatane.tea@gmail.com",
  82. "url": "http://github.com/Constellation"
  83. }
  84. ],
  85. "name": "doctrine",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+ssh://git@github.com/eslint/doctrine.git"
  89. },
  90. "scripts": {
  91. "coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  92. "lint": "gulp lint",
  93. "test": "gulp",
  94. "unit-test": "gulp test"
  95. },
  96. "version": "0.7.2"
  97. }