package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "coalescy@1.0.0",
  3. "_id": "coalescy@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OmRR46eVfyaXZYI7Ai5/vnLHjWhhh99sugx+UTsmVhwaYzARb+Tcdit59/HkVxF8KdqJG5NN8ClUhzQXS3Hh+w==",
  6. "_location": "/coalescy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "coalescy@1.0.0",
  12. "name": "coalescy",
  13. "escapedName": "coalescy",
  14. "rawSpec": "1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint-friendly-formatter"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/coalescy/-/coalescy-1.0.0.tgz",
  22. "_shasum": "4b065846b836361ada6c4b4a4abf4bc1cac31bf1",
  23. "_spec": "coalescy@1.0.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\eslint-friendly-formatter",
  25. "author": {
  26. "name": "Roy Riojas"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/royriojas/coalescy/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Simple function that return the first non null or undefined argument ",
  34. "devDependencies": {
  35. "eslint": "^0.16.1",
  36. "eslint-friendly-formatter": "^1.0.3",
  37. "istanbul": "^0.3.7",
  38. "mocha-runner": "^1.0.0",
  39. "watch-spawn": "^1.0.2"
  40. },
  41. "homepage": "https://github.com/royriojas/coalescy",
  42. "keywords": [
  43. "coalesce",
  44. "first",
  45. "not",
  46. "null",
  47. "first",
  48. "not",
  49. "undefined",
  50. "utility"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "coalescy",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/royriojas/coalescy.git"
  58. },
  59. "scripts": {
  60. "coverage": "istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary",
  61. "coverage-cache": "istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary -- --useCache=true",
  62. "lint": "eslint --format 'node_modules/eslint-friendly-formatter' lib/ bin/ specs/ -c './configs/eslint.json'",
  63. "test": "mocha-runner './specs/**/*.js'",
  64. "watch": "npm run coverage && watch-spawn -p 'specs/**/*.js' -p 'bin/**/*.js' -p 'lib/**/*.js' npm run coverage-cache"
  65. },
  66. "version": "1.0.0"
  67. }