项目原始demo,不改动
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

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