{ "_args": [ [ { "raw": "tsutils@^2.27.2", "scope": null, "escapedName": "tsutils", "name": "tsutils", "rawSpec": "^2.27.2", "spec": ">=2.27.2 <3.0.0", "type": "range" }, "/Users/tennesseeg/blueCoin/node_modules/tslint" ] ], "_from": "tsutils@>=2.27.2 <3.0.0", "_id": "tsutils@2.27.2", "_inCache": true, "_location": "/tsutils", "_nodeVersion": "10.3.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/tsutils_2.27.2_1530641358655_0.15000627069345507" }, "_npmUser": { "name": "ajaff", "email": "klaus.meinhardt1@gmail.com" }, "_npmVersion": "6.1.0", "_phantomChildren": {}, "_requested": { "raw": "tsutils@^2.27.2", "scope": null, "escapedName": "tsutils", "name": "tsutils", "rawSpec": "^2.27.2", "spec": ">=2.27.2 <3.0.0", "type": "range" }, "_requiredBy": [ "/tslint" ], "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.27.2.tgz", "_shasum": "60ba88a23d6f785ec4b89c6e8179cac9b431f1c7", "_shrinkwrap": null, "_spec": "tsutils@^2.27.2", "_where": "/Users/tennesseeg/blueCoin/node_modules/tslint", "author": { "name": "Klaus Meinhardt" }, "bugs": { "url": "https://github.com/ajafff/tsutils/issues" }, "dependencies": { "tslib": "^1.8.1" }, "description": "utilities for working with typescript's AST", "devDependencies": { "@fimbul/valtyr": "^0.11.0", "@fimbul/wotan": "^0.11.0", "@types/chai": "^4.0.10", "@types/mocha": "^5.0.0", "@types/node": "^10.0.3", "chai": "^4.1.2", "coveralls": "^3.0.0", "github-release-from-changelog": "^1.3.0", "mocha": "^5.0.0", "npm-run-all": "^4.1.2", "nyc": "^12.0.1", "tslint": "^5.8.0", "tslint-consistent-codestyle": "^1.11.0", "typescript": "^2.9.1" }, "directories": {}, "dist": { "integrity": "sha512-qf6rmT84TFMuxAKez2pIfR8UCai49iQsfB7YWVjV1bKpy/d0PWT5rEOSM6La9PiHZ0k1RRZQiwVdVJfQ3BPHgg==", "shasum": "60ba88a23d6f785ec4b89c6e8179cac9b431f1c7", "tarball": "https://registry.npmjs.org/tsutils/-/tsutils-2.27.2.tgz", "fileCount": 27, "unpackedSize": 289798, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbO7vOCRA9TVsSAnZWagAAGdMP+wWf2BqeqGAzf17EmU6/\nNrhgF6tN4C7otxY7xyrfm7PSf69WC8ptCG3ID3ntmxYohxU6UQttIse2SjjF\niwbOGqbRJcpzNeZyMTvQB5v51gHJH4WWf/EYWgaMIBiKEp0nIpGa7PmoiXwt\nlbLHad7mISBTYHac4AtYP/Jqn+4KXxbAnXQqBUx8zfnYcSYeNlO5K18LOb2K\n8IkVALyhnA8OBzPAIgEzamFlu7uUaUs30IE59Z1ucqvtv76ukIhfr8scOlbo\nw/UTXEDC9eWVDGfBq6on7VnNFJIw3zzrrM2s3w73TeXOAwukEcrRrJOoM6qF\ndd8OdBDjo5EGNNdp0QIurDmvF7ln/lzu1eiX5xY2NqHCGvnDATc9lhHlEFla\nw3rjND++BdxBNlKPLiVI0sX/S29FveRDEVo+iRsawEUeGgTU3/s7Sn4heqT3\nAYK9oDWeutAIHLVU4umgKW4hhplEamuC7ovnfb5mZMwjgg8TAmmNrrv+1tRb\nhJ9wq/0mVkc+sqM8WXWHdAgAFNlDTEGiY3AMVnvXvesO1kwKTxXEw3P0zaCm\nuc5O6abX4ZYP8zxzu8jbcK6RrtINawwe5lZnJvJH1yVoCADIE4NpHBq4Ue9A\nzY+miJE1WhL9V5W/St4ANzIkyrx0pimuMSWYdcqEU367kUznhQZroUW6/Dze\nxQNp\r\n=Y6eM\r\n-----END PGP SIGNATURE-----\r\n" }, "gitHead": "bed60ea813fffd692611907f07538e33ca494ca0", "homepage": "https://github.com/ajafff/tsutils#readme", "keywords": [ "typescript", "ts", "ast", "typeguard", "utils", "helper", "node" ], "license": "MIT", "maintainers": [ { "name": "ajaff", "email": "klaus.meinhardt1@gmail.com" } ], "name": "tsutils", "optionalDependencies": {}, "peerDependencies": { "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" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/ajafff/tsutils.git" }, "scripts": { "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .", "coverage": "nyc npm test", "github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog", "lint": "run-p lint:*", "lint:tslint": "wotan -m @fimbul/valtyr", "lint:wotan": "wotan", "postpublish": "git push origin master --tags; npm run github-release", "prepublishOnly": "npm run verify", "report-coverage": "cat ./coverage/lcov.info | coveralls", "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'", "verify": "run-s compile lint coverage" }, "version": "2.27.2" }