Bones/node_modules/typings/package.json

119 lines
3.0 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"typings@^0.7.11",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton"
]
],
"_from": "typings@>=0.7.11-0 <0.8.0-0",
"_id": "typings@0.7.12",
"_inCache": true,
"_location": "/typings",
"_nodeVersion": "5.8.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/typings-0.7.12.tgz_1459732281364_0.547857501078397"
},
"_npmUser": {
"email": "hello@blakeembrey.com",
"name": "blakeembrey"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {
"escape-string-regexp": "1.0.5"
},
"_requested": {
"name": "typings",
"raw": "typings@^0.7.11",
"rawSpec": "^0.7.11",
"scope": null,
"spec": ">=0.7.11-0 <0.8.0-0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/typings/-/typings-0.7.12.tgz",
"_shasum": "c1066344e7e2a3593e425d31ffe3cdb3a8f6c894",
"_shrinkwrap": null,
"_spec": "typings@^0.7.11",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton",
"author": {
"email": "hello@blakeembrey.com",
"name": "Blake Embrey",
"url": "http://blakeembrey.me"
},
"bin": {
"typings": "dist/bin.js"
},
"bugs": {
"url": "https://github.com/typings/typings/issues"
},
"dependencies": {
"any-promise": "^1.0.0",
"archy": "^1.0.0",
"bluebird": "^3.1.1",
"chalk": "^1.0.0",
"columnify": "^1.5.2",
"listify": "^1.0.0",
"minimist": "^1.2.0",
"typings-core": "^0.2.15",
"update-notifier": "^0.6.0",
"wordwrap": "^1.0.0",
"xtend": "^4.0.1"
},
"description": "The TypeScript Definition Manager",
"devDependencies": {
"dependency-check": "^2.5.1",
"nock": "^7.2.2",
"rimraf": "^2.5.2",
"ts-node": "^0.7.0",
"tslint": "^3.5.0",
"typescript": "^1.8.7"
},
"directories": {},
"dist": {
"shasum": "c1066344e7e2a3593e425d31ffe3cdb3a8f6c894",
"tarball": "https://registry.npmjs.org/typings/-/typings-0.7.12.tgz"
},
"files": [
"dist/",
"typings.json"
],
"gitHead": "f5de1991a9bf21727db12143bfd9cb8c64972ca5",
"homepage": "https://github.com/typings/typings",
"installable": true,
"keywords": [
"declaration",
"definition",
"manager",
"package",
"typed",
"typescript",
"typings"
],
"license": "MIT",
"main": "dist/typings.js",
"maintainers": [
{
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
}
],
"name": "typings",
"optionalDependencies": {},
"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": "0.7.12"
}