package.json 2.0 KB

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