{ "_from": "typings@^2.1.0", "_id": "typings@2.1.1", "_inBundle": false, "_integrity": "sha1-usxp0lWXCkeOCfdsf2iZddU1p4o=", "_location": "/typings", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "typings@^2.1.0", "name": "typings", "escapedName": "typings", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/typings/-/typings-2.1.1.tgz", "_shasum": "bacc69d255970a478e09f76c7f689975d535a78a", "_spec": "typings@^2.1.0", "_where": "/nfs/repos/trunk/trunk-images", "author": { "name": "Blake Embrey", "email": "hello@blakeembrey.com", "url": "http://blakeembrey.me" }, "bin": { "typings": "dist/bin.js" }, "bugs": { "url": "https://github.com/typings/typings/issues" }, "bundleDependencies": false, "dependencies": { "archy": "^1.0.0", "bluebird": "^3.1.1", "chalk": "^1.0.0", "cli-truncate": "^1.0.0", "columnify": "^1.5.2", "elegant-spinner": "^1.0.1", "has-unicode": "^2.0.1", "listify": "^1.0.0", "log-update": "^1.0.2", "minimist": "^1.2.0", "promise-finally": "^3.0.0", "typings-core": "^2.3.3", "update-notifier": "^2.0.0", "wordwrap": "^1.0.0", "xtend": "^4.0.1" }, "deprecated": "Typings is deprecated in favor of NPM @types -- see README for more information", "description": "The TypeScript Definition Manager", "devDependencies": { "dependency-check": "^2.5.1", "nock": "^9.0.0", "rimraf": "^2.5.2", "ts-node": "^3.0.0", "tslint": "^5.0.0", "tslint-config-standard": "^5.0.0", "typescript": "^2.1.4" }, "files": [ "dist/", "typings.json" ], "homepage": "https://github.com/typings/typings", "keywords": [ "typings", "typescript", "definition", "declaration", "package", "manager", "typed" ], "license": "MIT", "main": "dist/bin.js", "name": "typings", "repository": { "type": "git", "url": "git://github.com/typings/typings.git" }, "scripts": { "build": "rimraf dist/ && tsc", "dependency-check": "dependency-check . --entry dist/bin.js --missing --no-dev && dependency-check . --entry dist/bin.js --unused --no-dev -i bluebird", "docs": "node scripts/docs-commands.js", "lint": "tslint 'src/**/*.ts'", "prepublish": "node -e \"require('typings-core').install({ cwd: process.cwd() })\" && npm run build", "test": "npm run lint && npm run build && npm run dependency-check" }, "version": "2.1.1" }