package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "compare-func@^2.0.0",
  3. "_id": "compare-func@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==",
  6. "_location": "/compare-func",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "compare-func@^2.0.0",
  12. "name": "compare-func",
  13. "escapedName": "compare-func",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/conventional-changelog-angular",
  20. "/conventional-changelog-conventionalcommits"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz",
  23. "_shasum": "fb65e75edbddfd2e568554e8b5b05fff7a51fcb3",
  24. "_spec": "compare-func@^2.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\conventional-changelog-angular",
  26. "author": {
  27. "name": "Steve Mao",
  28. "email": "maochenyan@gmail.com",
  29. "url": "https://github.com/stevemao"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/stevemao/compare-func/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "array-ify": "^1.0.0",
  37. "dot-prop": "^5.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "Get a compare function for array to sort",
  41. "devDependencies": {
  42. "coveralls": "^2.11.2",
  43. "istanbul": "^0.4.4",
  44. "jscs": "^3.0.5",
  45. "jshint": "^2.7.0",
  46. "mocha": "^7.1.2"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/stevemao/compare-func",
  52. "keywords": [
  53. "compare-func",
  54. "arr",
  55. "array",
  56. "by",
  57. "compare",
  58. "dot",
  59. "get",
  60. "obj",
  61. "object",
  62. "prop",
  63. "property",
  64. "sort",
  65. "sorting"
  66. ],
  67. "license": "MIT",
  68. "name": "compare-func",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/stevemao/compare-func.git"
  72. },
  73. "scripts": {
  74. "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
  75. "lint": "jshint *.js --exclude node_modules && jscs *.js",
  76. "test": "npm run-script lint && mocha"
  77. },
  78. "version": "2.0.0"
  79. }