Bones/node_modules/promise-finally/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

108 lines
2.9 KiB
JSON

{
"_args": [
[
"promise-finally@^2.0.1",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core"
]
],
"_from": "promise-finally@>=2.0.1-0 <3.0.0-0",
"_id": "promise-finally@2.2.1",
"_inCache": true,
"_location": "/promise-finally",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/promise-finally-2.2.1.tgz_1466442232688_0.3707898345310241"
},
"_npmUser": {
"email": "hello@blakeembrey.com",
"name": "blakeembrey"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"name": "promise-finally",
"raw": "promise-finally@^2.0.1",
"rawSpec": "^2.0.1",
"scope": null,
"spec": ">=2.0.1-0 <3.0.0-0",
"type": "range"
},
"_requiredBy": [
"/typings-core"
],
"_resolved": "https://registry.npmjs.org/promise-finally/-/promise-finally-2.2.1.tgz",
"_shasum": "22616c4ba902916e988bd46c54d7caa08910cd77",
"_shrinkwrap": null,
"_spec": "promise-finally@^2.0.1",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core",
"author": {
"email": "hello@blakeembrey.com",
"name": "Blake Embrey",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/promise-finally/issues"
},
"dependencies": {
"any-promise": "^1.3.0"
},
"description": "Simple wrapper to run promise \"finally\" logic",
"devDependencies": {
"blue-tape": "^0.2.0",
"bluebird": "^3.0.5",
"istanbul": "^0.4.3",
"tap-dot": "^1.0.0",
"tslint": "^3.10.2",
"tslint-config-standard": "^1.0.0",
"typescript": "^1.6.2",
"typings": "^1.0.4"
},
"directories": {},
"dist": {
"shasum": "22616c4ba902916e988bd46c54d7caa08910cd77",
"tarball": "https://registry.npmjs.org/promise-finally/-/promise-finally-2.2.1.tgz"
},
"files": [
"LICENSE",
"dist/",
"typings.json"
],
"gitHead": "f4ba956c5f0706860bd8fc23c250c34ca2d88875",
"homepage": "https://github.com/blakeembrey/promise-finally",
"installable": true,
"keywords": [
"always",
"cleanup",
"complete",
"done",
"finally",
"promise"
],
"license": "MIT",
"main": "dist/promise-finally.js",
"maintainers": [
{
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
}
],
"name": "promise-finally",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/promise-finally.git"
},
"scripts": {
"build": "npm run build-ts",
"build-ts": "rm -rf dist/ && tsc",
"lint": "tslint \"src/**/*.ts\"",
"prepublish": "typings install && npm run build",
"test": "npm run lint && npm run build && npm run test-cov",
"test-cov": "istanbul cover --print none -x dist/**/*.spec.js blue-tape -- dist/**/*.spec.js | tap-dot",
"test-spec": "blue-tape dist/**/*.spec.js"
},
"typings": "dist/promise-finally.d.ts",
"version": "2.2.1"
}