libreccm-legacy/trunk-images/node_modules/promise-finally/package.json

80 lines
2.2 KiB
JSON

{
"_from": "promise-finally@^3.0.0",
"_id": "promise-finally@3.0.0",
"_inBundle": false,
"_integrity": "sha1-3dXQ+JVDKxIGzrjaEnUGTRjnqiM=",
"_location": "/promise-finally",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "promise-finally@^3.0.0",
"name": "promise-finally",
"escapedName": "promise-finally",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/typings",
"/typings-core"
],
"_resolved": "https://registry.npmjs.org/promise-finally/-/promise-finally-3.0.0.tgz",
"_shasum": "ddd5d0f895432b1206ceb8da1275064d18e7aa23",
"_spec": "promise-finally@^3.0.0",
"_where": "/nfs/repos/trunk/trunk-images/node_modules/typings",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/promise-finally/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Simple wrapper to run promise \"finally\" logic",
"devDependencies": {
"blue-tape": "^1.0.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": "^2.0.3",
"typings": "^1.0.4"
},
"files": [
"dist/",
"typings.json",
"LICENSE"
],
"homepage": "https://github.com/blakeembrey/promise-finally",
"keywords": [
"promise",
"finally",
"done",
"always",
"complete",
"cleanup"
],
"license": "MIT",
"main": "dist/promise-finally.js",
"name": "promise-finally",
"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": "3.0.0"
}