package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "natural-compare@1.4.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "natural-compare@1.4.0",
  10. "_id": "natural-compare@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  13. "_location": "/natural-compare",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "natural-compare@1.4.0",
  19. "name": "natural-compare",
  20. "escapedName": "natural-compare",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint",
  27. "/eslint-plugin-vue"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  30. "_spec": "1.4.0",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  32. "author": {
  33. "name": "Lauri Rooden",
  34. "url": "https://github.com/litejs/natural-compare-lite"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/litejs/natural-compare-lite/issues"
  38. },
  39. "buildman": {
  40. "dist/index-min.js": {
  41. "banner": "/*! litejs.com/MIT-LICENSE.txt */",
  42. "input": "index.js"
  43. }
  44. },
  45. "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
  46. "devDependencies": {
  47. "buildman": "*",
  48. "testman": "*"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/litejs/natural-compare-lite#readme",
  54. "keywords": [
  55. "string",
  56. "natural",
  57. "order",
  58. "sort",
  59. "natsort",
  60. "natcmp",
  61. "compare",
  62. "alphanum",
  63. "litejs"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "natural-compare",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/litejs/natural-compare-lite.git"
  71. },
  72. "scripts": {
  73. "build": "node node_modules/buildman/index.js --all",
  74. "test": "node tests/index.js"
  75. },
  76. "stability": 3,
  77. "version": "1.4.0"
  78. }