PR-URL: https://github.com/nodejs/node/pull/14417 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Refael Ackermann <refack@gmail.com>
134 lines
3.2 KiB
JSON
134 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "bail@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "bail",
|
|
"name": "bail",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/unified"
|
|
]
|
|
],
|
|
"_from": "bail@>=1.0.0 <2.0.0",
|
|
"_id": "bail@1.0.2",
|
|
"_inCache": true,
|
|
"_location": "/bail",
|
|
"_nodeVersion": "4.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/bail-1.0.2.tgz_1499596988656_0.6589261905755848"
|
|
},
|
|
"_npmUser": {
|
|
"name": "wooorm",
|
|
"email": "tituswormer@gmail.com"
|
|
},
|
|
"_npmVersion": "2.14.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "bail@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "bail",
|
|
"name": "bail",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/unified"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bail/-/bail-1.0.2.tgz",
|
|
"_shasum": "f7d6c1731630a9f9f0d4d35ed1f962e2074a1764",
|
|
"_shrinkwrap": null,
|
|
"_spec": "bail@^1.0.0",
|
|
"_where": "/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/unified",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wooorm/bail/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Throw a given error",
|
|
"devDependencies": {
|
|
"browserify": "^14.0.0",
|
|
"esmangle": "^1.0.1",
|
|
"nyc": "^11.0.0",
|
|
"remark-cli": "^3.0.0",
|
|
"remark-preset-wooorm": "^3.0.0",
|
|
"tape": "^4.0.0",
|
|
"xo": "^0.18.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "f7d6c1731630a9f9f0d4d35ed1f962e2074a1764",
|
|
"tarball": "https://registry.npmjs.org/bail/-/bail-1.0.2.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "ee3ca49d6e9be066302667cfd39b9681516cd551",
|
|
"homepage": "https://github.com/wooorm/bail#readme",
|
|
"keywords": [
|
|
"fail",
|
|
"bail",
|
|
"throw",
|
|
"callback",
|
|
"error"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "wooorm",
|
|
"email": "tituswormer@gmail.com"
|
|
}
|
|
],
|
|
"name": "bail",
|
|
"nyc": {
|
|
"check-coverage": true,
|
|
"lines": 100,
|
|
"functions": 100,
|
|
"branches": 100
|
|
},
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"preset-wooorm"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wooorm/bail.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
|
|
"build-bundle": "browserify index.js --bare -s bail > bail.js",
|
|
"build-mangle": "esmangle bail.js > bail.min.js",
|
|
"build-md": "remark . -qfo",
|
|
"lint": "xo",
|
|
"test": "npm run build && npm run lint && npm run test-coverage",
|
|
"test-api": "node test",
|
|
"test-coverage": "nyc --reporter lcov tape test.js"
|
|
},
|
|
"version": "1.0.2",
|
|
"xo": {
|
|
"space": true,
|
|
"esnext": false,
|
|
"ignores": [
|
|
"bail.js"
|
|
]
|
|
}
|
|
}
|