68 lines
2.2 KiB
JSON
68 lines
2.2 KiB
JSON
{
|
|
"_from": "coalescy@1.0.0",
|
|
"_id": "coalescy@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OmRR46eVfyaXZYI7Ai5/vnLHjWhhh99sugx+UTsmVhwaYzARb+Tcdit59/HkVxF8KdqJG5NN8ClUhzQXS3Hh+w==",
|
|
"_location": "/coalescy",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "coalescy@1.0.0",
|
|
"name": "coalescy",
|
|
"escapedName": "coalescy",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-friendly-formatter"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/coalescy/-/coalescy-1.0.0.tgz",
|
|
"_shasum": "4b065846b836361ada6c4b4a4abf4bc1cac31bf1",
|
|
"_spec": "coalescy@1.0.0",
|
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\eslint-friendly-formatter",
|
|
"author": {
|
|
"name": "Roy Riojas"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/royriojas/coalescy/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Simple function that return the first non null or undefined argument ",
|
|
"devDependencies": {
|
|
"eslint": "^0.16.1",
|
|
"eslint-friendly-formatter": "^1.0.3",
|
|
"istanbul": "^0.3.7",
|
|
"mocha-runner": "^1.0.0",
|
|
"watch-spawn": "^1.0.2"
|
|
},
|
|
"homepage": "https://github.com/royriojas/coalescy",
|
|
"keywords": [
|
|
"coalesce",
|
|
"first",
|
|
"not",
|
|
"null",
|
|
"first",
|
|
"not",
|
|
"undefined",
|
|
"utility"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "coalescy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/royriojas/coalescy.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary",
|
|
"coverage-cache": "istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary -- --useCache=true",
|
|
"lint": "eslint --format 'node_modules/eslint-friendly-formatter' lib/ bin/ specs/ -c './configs/eslint.json'",
|
|
"test": "mocha-runner './specs/**/*.js'",
|
|
"watch": "npm run coverage && watch-spawn -p 'specs/**/*.js' -p 'bin/**/*.js' -p 'lib/**/*.js' npm run coverage-cache"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|