139 lines
3.9 KiB
JSON
139 lines
3.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"typings-core@^0.2.15",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings"
|
|
]
|
|
],
|
|
"_from": "typings-core@>=0.2.15-0 <0.3.0-0",
|
|
"_id": "typings-core@0.2.16",
|
|
"_inCache": true,
|
|
"_location": "/typings-core",
|
|
"_nodeVersion": "5.8.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/typings-core-0.2.16.tgz_1459798986869_0.4101119276601821"
|
|
},
|
|
"_npmUser": {
|
|
"email": "hello@blakeembrey.com",
|
|
"name": "blakeembrey"
|
|
},
|
|
"_npmVersion": "3.7.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "typings-core",
|
|
"raw": "typings-core@^0.2.15",
|
|
"rawSpec": "^0.2.15",
|
|
"scope": null,
|
|
"spec": ">=0.2.15-0 <0.3.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/typings"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/typings-core/-/typings-core-0.2.16.tgz",
|
|
"_shasum": "09a211cee5be45800bb02815052f89d92b09dfa3",
|
|
"_shrinkwrap": null,
|
|
"_spec": "typings-core@^0.2.15",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings",
|
|
"author": {
|
|
"email": "hello@blakeembrey.com",
|
|
"name": "Blake Embrey",
|
|
"url": "http://blakeembrey.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/typings/core/issues"
|
|
},
|
|
"dependencies": {
|
|
"any-promise": "^1.0.0",
|
|
"array-uniq": "^1.0.2",
|
|
"configstore": "^2.0.0",
|
|
"debug": "^2.2.0",
|
|
"detect-indent": "^4.0.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"has": "^1.0.1",
|
|
"invariant": "^2.2.0",
|
|
"is-absolute": "^0.2.3",
|
|
"lockfile": "^1.0.1",
|
|
"make-error-cause": "^1.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"object.pick": "^1.1.1",
|
|
"parse-json": "^2.2.0",
|
|
"popsicle": "^5.0.0",
|
|
"popsicle-proxy-agent": "^1.0.0",
|
|
"popsicle-retry": "^2.0.0",
|
|
"popsicle-status": "^1.0.1",
|
|
"promise-finally": "^2.0.1",
|
|
"rc": "^1.1.5",
|
|
"rimraf": "^2.4.4",
|
|
"sort-keys": "^1.0.0",
|
|
"string-template": "^1.0.0",
|
|
"strip-bom": "^2.0.0",
|
|
"thenify": "^3.1.0",
|
|
"throat": "^2.0.2",
|
|
"touch": "^1.0.0",
|
|
"typescript": "1.8.9",
|
|
"xtend": "^4.0.0",
|
|
"zip-object": "^0.1.0"
|
|
},
|
|
"description": "The logic of Typings",
|
|
"devDependencies": {
|
|
"blue-tape": "^0.2.0",
|
|
"bluebird": "^3.3.4",
|
|
"dependency-check": "^2.5.1",
|
|
"istanbul": "1.0.0-alpha.2",
|
|
"nock": "^7.0.2",
|
|
"shelljs": "^0.6.0",
|
|
"tap-diff": "^0.1.1",
|
|
"ts-node": "^0.7.0",
|
|
"tslint": "^3.6.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "09a211cee5be45800bb02815052f89d92b09dfa3",
|
|
"tarball": "https://registry.npmjs.org/typings-core/-/typings-core-0.2.16.tgz"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"dist/",
|
|
"typings.json"
|
|
],
|
|
"gitHead": "3b50b2774b535eefedc1dcc53f42871c84839d90",
|
|
"homepage": "https://github.com/typings/core",
|
|
"installable": true,
|
|
"keywords": [
|
|
"core",
|
|
"declaration",
|
|
"definition",
|
|
"manager",
|
|
"package",
|
|
"typescript",
|
|
"typings"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/typings.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "blakeembrey",
|
|
"email": "hello@blakeembrey.com"
|
|
}
|
|
],
|
|
"name": "typings-core",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/typings/core.git"
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "npm install shelljs && node scripts/bootstrap.js",
|
|
"build": "rimraf dist && tsc",
|
|
"dependency-check": "dependency-check . --unused --no-dev && dependency-check . --missing --no-dev",
|
|
"lint": "tslint \"src/**/*.ts\" -e \"**/__test__/**\"",
|
|
"prepublish": "node scripts/prepublish.js",
|
|
"test": "npm run lint && npm run build && npm run dependency-check && npm run test-cov",
|
|
"test-cov": "ts-node node_modules/istanbul/lib/cli.js cover -e .ts --print none -x \"*.d.ts\" -x \"*.spec.ts\" node_modules/blue-tape/bin/blue-tape.js -- \"src/**/*.spec.ts\" | tap-diff",
|
|
"test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-diff"
|
|
},
|
|
"version": "0.2.16"
|
|
}
|