a zip code crypto-currency system good for red ONLY

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "tsutils@^2.27.2",
  3. "_id": "tsutils@2.27.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qf6rmT84TFMuxAKez2pIfR8UCai49iQsfB7YWVjV1bKpy/d0PWT5rEOSM6La9PiHZ0k1RRZQiwVdVJfQ3BPHgg==",
  6. "_location": "/tsutils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tsutils@^2.27.2",
  12. "name": "tsutils",
  13. "escapedName": "tsutils",
  14. "rawSpec": "^2.27.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.27.2"
  17. },
  18. "_requiredBy": [
  19. "/tslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.27.2.tgz",
  22. "_shasum": "60ba88a23d6f785ec4b89c6e8179cac9b431f1c7",
  23. "_spec": "tsutils@^2.27.2",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/tslint",
  25. "author": {
  26. "name": "Klaus Meinhardt"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ajafff/tsutils/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "tslib": "^1.8.1"
  34. },
  35. "deprecated": false,
  36. "description": "utilities for working with typescript's AST",
  37. "devDependencies": {
  38. "@fimbul/valtyr": "^0.11.0",
  39. "@fimbul/wotan": "^0.11.0",
  40. "@types/chai": "^4.0.10",
  41. "@types/mocha": "^5.0.0",
  42. "@types/node": "^10.0.3",
  43. "chai": "^4.1.2",
  44. "coveralls": "^3.0.0",
  45. "github-release-from-changelog": "^1.3.0",
  46. "mocha": "^5.0.0",
  47. "npm-run-all": "^4.1.2",
  48. "nyc": "^12.0.1",
  49. "tslint": "^5.8.0",
  50. "tslint-consistent-codestyle": "^1.11.0",
  51. "typescript": "^2.9.1"
  52. },
  53. "homepage": "https://github.com/ajafff/tsutils#readme",
  54. "keywords": [
  55. "typescript",
  56. "ts",
  57. "ast",
  58. "typeguard",
  59. "utils",
  60. "helper",
  61. "node"
  62. ],
  63. "license": "MIT",
  64. "name": "tsutils",
  65. "peerDependencies": {
  66. "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 || >= 3.0.0-dev"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/ajafff/tsutils.git"
  71. },
  72. "scripts": {
  73. "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",
  74. "coverage": "nyc npm test",
  75. "github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog",
  76. "lint": "run-p lint:*",
  77. "lint:tslint": "wotan -m @fimbul/valtyr",
  78. "lint:wotan": "wotan",
  79. "postpublish": "git push origin master --tags; npm run github-release",
  80. "prepublishOnly": "npm run verify",
  81. "report-coverage": "cat ./coverage/lcov.info | coveralls",
  82. "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
  83. "verify": "run-s compile lint coverage"
  84. },
  85. "version": "2.27.2"
  86. }