a zip code crypto-currency system good for red ONLY

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "tslint@^5.8.0",
  3. "_id": "tslint@5.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mPMMAurjzecAYgHkwzywi0hYHu0=",
  6. "_location": "/tslint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tslint@^5.8.0",
  12. "name": "tslint",
  13. "escapedName": "tslint",
  14. "rawSpec": "^5.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.8.0"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/app-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tslint/-/tslint-5.11.0.tgz",
  22. "_shasum": "98f30c02eae3cde7006201e4c33cb08b48581eed",
  23. "_spec": "tslint@^5.8.0",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/@ionic/app-scripts",
  25. "bin": {
  26. "tslint": "./bin/tslint"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/palantir/tslint/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "babel-code-frame": "^6.22.0",
  34. "builtin-modules": "^1.1.1",
  35. "chalk": "^2.3.0",
  36. "commander": "^2.12.1",
  37. "diff": "^3.2.0",
  38. "glob": "^7.1.1",
  39. "js-yaml": "^3.7.0",
  40. "minimatch": "^3.0.4",
  41. "resolve": "^1.3.2",
  42. "semver": "^5.3.0",
  43. "tslib": "^1.8.0",
  44. "tsutils": "^2.27.2"
  45. },
  46. "deprecated": false,
  47. "description": "An extensible static analysis linter for the TypeScript language",
  48. "devDependencies": {
  49. "@types/babel-code-frame": "^6.20.0",
  50. "@types/chai": "^3.5.0",
  51. "@types/diff": "^3.2.0",
  52. "@types/glob": "^5.0.30",
  53. "@types/js-yaml": "^3.5.31",
  54. "@types/minimatch": "^2.0.29",
  55. "@types/mocha": "^2.2.35",
  56. "@types/node": "^7.0.29",
  57. "@types/resolve": "^0.0.4",
  58. "@types/rimraf": "^2.0.2",
  59. "@types/semver": "^5.3.30",
  60. "chai": "^3.5.0",
  61. "github": "^8.2.1",
  62. "json-stringify-pretty-compact": "^1.0.3",
  63. "mocha": "^3.2.0",
  64. "npm-run-all": "^4.0.2",
  65. "nyc": "^10.2.0",
  66. "rimraf": "^2.5.4",
  67. "ts-node": "^3.3.0",
  68. "tslint": "^5.8.0",
  69. "tslint-test-config-non-relative": "file:test/external/tslint-test-config-non-relative",
  70. "typescript": "~2.9.2"
  71. },
  72. "engines": {
  73. "node": ">=4.8.0"
  74. },
  75. "homepage": "https://github.com/palantir/tslint#readme",
  76. "keywords": [
  77. "cli",
  78. "typescript",
  79. "linter"
  80. ],
  81. "license": "Apache-2.0",
  82. "main": "./lib/index.js",
  83. "name": "tslint",
  84. "peerDependencies": {
  85. "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/palantir/tslint.git"
  90. },
  91. "scripts": {
  92. "clean": "npm-run-all -p clean:core clean:test",
  93. "clean:core": "rimraf lib",
  94. "clean:test": "rimraf build && rimraf test/config/node_modules",
  95. "compile": "npm-run-all -p compile:core compile:test -s compile:scripts",
  96. "compile:core": "tsc -p src",
  97. "compile:scripts": "tsc -p scripts",
  98. "compile:test": "tsc -p test",
  99. "coverage": "rimraf coverage .nyc_output && nyc npm test",
  100. "docs": "node scripts/buildDocs.js",
  101. "lint": "npm-run-all -p lint:global lint:from-bin",
  102. "lint:from-bin": "node bin/tslint --project test/tsconfig.json --format stylish",
  103. "lint:global": "tslint --project test/tsconfig.json --format stylish",
  104. "publish:local": "./scripts/npmPublish.sh",
  105. "test": "npm-run-all test:pre -p test:mocha test:rules",
  106. "test:mocha": "mocha --reporter spec --colors \"build/test/**/*Tests.js\"",
  107. "test:pre": "cd ./test/config && npm install --no-save",
  108. "test:rules": "node ./build/test/ruleTestRunner.js",
  109. "verify": "npm-run-all clean compile lint test docs"
  110. },
  111. "typings": "./lib/index.d.ts",
  112. "version": "5.11.0"
  113. }