package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "tslint@^3.2.0",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build"
  6. ]
  7. ],
  8. "_from": "tslint@>=3.2.0 <4.0.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/tslint",
  13. "_nodeVersion": "5.1.0",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "palantir"
  17. },
  18. "_npmVersion": "3.3.12",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "tslint",
  22. "raw": "tslint@^3.2.0",
  23. "rawSpec": "^3.2.0",
  24. "scope": null,
  25. "spec": ">=3.2.0 <4.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/tslint/-/tslint-3.2.1.tgz",
  32. "_shasum": "330a305190b54f2d4e54da9225f2642e77f4b7f9",
  33. "_shrinkwrap": null,
  34. "_spec": "tslint@^3.2.0",
  35. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build",
  36. "bin": {
  37. "tslint": "./bin/tslint"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/palantir/tslint/issues"
  41. },
  42. "dependencies": {
  43. "findup-sync": "~0.2.1",
  44. "glob": "^6.0.1",
  45. "optimist": "~0.6.0",
  46. "underscore.string": "~3.1.1"
  47. },
  48. "description": "a static analysis linter for TypeScript",
  49. "devDependencies": {
  50. "chai": "^3.0.0",
  51. "grunt": "^0.4.5",
  52. "grunt-cli": "^0.1.9",
  53. "grunt-contrib-clean": "^0.6.0",
  54. "grunt-jscs": "^1.8.0",
  55. "grunt-mocha-test": "^0.12.7",
  56. "grunt-run": "^0.3.0",
  57. "grunt-ts": "^5.1.0",
  58. "grunt-tslint": "latest",
  59. "mocha": "^2.2.5",
  60. "tslint": "latest",
  61. "typescript": "latest"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "330a305190b54f2d4e54da9225f2642e77f4b7f9",
  66. "tarball": "http://registry.npmjs.org/tslint/-/tslint-3.2.1.tgz"
  67. },
  68. "gitHead": "e9d0eae07d6048ec4ba872e874f958d6dac85444",
  69. "homepage": "https://github.com/palantir/tslint#readme",
  70. "keywords": [
  71. "cli",
  72. "linter",
  73. "typescript"
  74. ],
  75. "license": "Apache-2.0",
  76. "main": "./lib/tslint",
  77. "maintainers": [
  78. {
  79. "name": "palantir",
  80. "email": "[email protected]"
  81. }
  82. ],
  83. "name": "tslint",
  84. "optionalDependencies": {},
  85. "peerDependencies": {
  86. "typescript": ">=1.7.3"
  87. },
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/palantir/tslint.git"
  92. },
  93. "scripts": {
  94. "test": "grunt"
  95. },
  96. "typescript": {
  97. "definition": "lib/tslint.d.ts"
  98. },
  99. "typings": "./lib/tslint",
  100. "version": "3.2.1"
  101. }