| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- "tslint@^3.2.0",
- "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build"
- ]
- ],
- "_from": "tslint@>=3.2.0 <4.0.0",
- "_id": "[email protected]",
- "_inCache": true,
- "_installable": true,
- "_location": "/tslint",
- "_nodeVersion": "5.1.0",
- "_npmUser": {
- "email": "[email protected]",
- "name": "palantir"
- },
- "_npmVersion": "3.3.12",
- "_phantomChildren": {},
- "_requested": {
- "name": "tslint",
- "raw": "tslint@^3.2.0",
- "rawSpec": "^3.2.0",
- "scope": null,
- "spec": ">=3.2.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/tslint/-/tslint-3.2.1.tgz",
- "_shasum": "330a305190b54f2d4e54da9225f2642e77f4b7f9",
- "_shrinkwrap": null,
- "_spec": "tslint@^3.2.0",
- "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build",
- "bin": {
- "tslint": "./bin/tslint"
- },
- "bugs": {
- "url": "https://github.com/palantir/tslint/issues"
- },
- "dependencies": {
- "findup-sync": "~0.2.1",
- "glob": "^6.0.1",
- "optimist": "~0.6.0",
- "underscore.string": "~3.1.1"
- },
- "description": "a static analysis linter for TypeScript",
- "devDependencies": {
- "chai": "^3.0.0",
- "grunt": "^0.4.5",
- "grunt-cli": "^0.1.9",
- "grunt-contrib-clean": "^0.6.0",
- "grunt-jscs": "^1.8.0",
- "grunt-mocha-test": "^0.12.7",
- "grunt-run": "^0.3.0",
- "grunt-ts": "^5.1.0",
- "grunt-tslint": "latest",
- "mocha": "^2.2.5",
- "tslint": "latest",
- "typescript": "latest"
- },
- "directories": {},
- "dist": {
- "shasum": "330a305190b54f2d4e54da9225f2642e77f4b7f9",
- "tarball": "http://registry.npmjs.org/tslint/-/tslint-3.2.1.tgz"
- },
- "gitHead": "e9d0eae07d6048ec4ba872e874f958d6dac85444",
- "homepage": "https://github.com/palantir/tslint#readme",
- "keywords": [
- "cli",
- "linter",
- "typescript"
- ],
- "license": "Apache-2.0",
- "main": "./lib/tslint",
- "maintainers": [
- {
- "name": "palantir",
- "email": "[email protected]"
- }
- ],
- "name": "tslint",
- "optionalDependencies": {},
- "peerDependencies": {
- "typescript": ">=1.7.3"
- },
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/palantir/tslint.git"
- },
- "scripts": {
- "test": "grunt"
- },
- "typescript": {
- "definition": "lib/tslint.d.ts"
- },
- "typings": "./lib/tslint",
- "version": "3.2.1"
- }
|