12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "tslint-eslint-rules@^4.1.1",
- "_id": "tslint-eslint-rules@4.1.1",
- "_inBundle": false,
- "_integrity": "sha1-fDDniC8mvCdr/5HSOEl1xp2viLo=",
- "_location": "/tslint-eslint-rules",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tslint-eslint-rules@^4.1.1",
- "name": "tslint-eslint-rules",
- "escapedName": "tslint-eslint-rules",
- "rawSpec": "^4.1.1",
- "saveSpec": null,
- "fetchSpec": "^4.1.1"
- },
- "_requiredBy": [
- "/@ionic/app-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/tslint-eslint-rules/-/tslint-eslint-rules-4.1.1.tgz",
- "_shasum": "7c30e7882f26bc276bff91d2384975c69daf88ba",
- "_spec": "tslint-eslint-rules@^4.1.1",
- "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/@ionic/app-scripts",
- "author": {
- "name": "Vitor Buzinaro",
- "email": "buzinas@buzinas.com"
- },
- "bugs": {
- "url": "https://github.com/buzinas/tslint-eslint-rules/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "doctrine": "^0.7.2",
- "tslib": "^1.0.0",
- "tsutils": "^1.4.0"
- },
- "deprecated": false,
- "description": "Improve your TSLint with the missing ESLint Rules",
- "devDependencies": {
- "@types/benchmark": "^1.0.30",
- "@types/node": "^7.0.12",
- "benchmark": "^2.1.3",
- "chai": "^3.5.0",
- "es6-promise": "^4.0.4",
- "gulp": "^3.9.1",
- "gulp-sourcemaps": "^1.6.0",
- "gulp-spawn-mocha": "^2.2.2",
- "gulp-tslint": "^8.0.0",
- "gulp-typescript": "^3.1.6",
- "tslint": "^5.0.0",
- "typescript": "^2.2.0",
- "yargs": "^5.0.0"
- },
- "homepage": "https://github.com/buzinas/tslint-eslint-rules#readme",
- "keywords": [
- "eslint",
- "tslint",
- "custom-rules",
- "rules",
- "stylish",
- "lint",
- "linting",
- "linter",
- "tslint-plugin"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "tslint-eslint-rules",
- "peerDependencies": {
- "tslint": "^5.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/buzinas/tslint-eslint-rules.git"
- },
- "scripts": {
- "test": "gulp test && gulp self-lint"
- },
- "version": "4.1.1"
- }
|