123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "_args": [
- [
- {
- "raw": "typings",
- "scope": null,
- "escapedName": "typings",
- "name": "typings",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "/home/robert/workspace/xmlrpc"
- ]
- ],
- "_from": "typings@latest",
- "_id": "typings@2.1.0",
- "_inCache": true,
- "_location": "/typings",
- "_nodeVersion": "7.2.1",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/typings-2.1.0.tgz_1482179118156_0.3930240150075406"
- },
- "_npmUser": {
- "name": "blakeembrey",
- "email": "hello@blakeembrey.com"
- },
- "_npmVersion": "3.10.10",
- "_phantomChildren": {},
- "_requested": {
- "raw": "typings",
- "scope": null,
- "escapedName": "typings",
- "name": "typings",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/typings/-/typings-2.1.0.tgz",
- "_shasum": "9cdbe0cd1626ab61b379e06ba4a3910d1d791006",
- "_shrinkwrap": null,
- "_spec": "typings",
- "_where": "/home/robert/workspace/xmlrpc",
- "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"
- },
- "dependencies": {
- "archy": "^1.0.0",
- "bluebird": "^3.1.1",
- "chalk": "^1.0.0",
- "cli-truncate": "^0.2.1",
- "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.2.0",
- "update-notifier": "^1.0.0",
- "wordwrap": "^1.0.0",
- "xtend": "^4.0.1"
- },
- "description": "The TypeScript Definition Manager",
- "devDependencies": {
- "dependency-check": "^2.5.1",
- "nock": "^9.0.0",
- "rimraf": "^2.5.2",
- "ts-node": "^1.0.0",
- "tslint": "^4.0.2",
- "tslint-config-standard": "^2.0.0",
- "typescript": "^2.1.4"
- },
- "directories": {},
- "dist": {
- "shasum": "9cdbe0cd1626ab61b379e06ba4a3910d1d791006",
- "tarball": "https://registry.npmjs.org/typings/-/typings-2.1.0.tgz"
- },
- "files": [
- "dist/",
- "typings.json"
- ],
- "gitHead": "afc99a2e285fd2331dd06bf5d81e51821fa11426",
- "homepage": "https://github.com/typings/typings",
- "keywords": [
- "typings",
- "typescript",
- "definition",
- "declaration",
- "package",
- "manager",
- "typed"
- ],
- "license": "MIT",
- "main": "dist/bin.js",
- "maintainers": [
- {
- "name": "blakeembrey",
- "email": "hello@blakeembrey.com"
- }
- ],
- "name": "typings",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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.0"
- }
|