package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "natural-compare@1.4.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "natural-compare@1.4.0",
  10. "_id": "natural-compare@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
  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. "/@vue/cli-plugin-eslint/eslint",
  27. "/eslint",
  28. "/jest-snapshot"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/natural-compare/download/natural-compare-1.4.0.tgz",
  31. "_spec": "1.4.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Lauri Rooden",
  35. "url": "https://github.com/litejs/natural-compare-lite"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/litejs/natural-compare-lite/issues"
  39. },
  40. "buildman": {
  41. "dist/index-min.js": {
  42. "banner": "/*! litejs.com/MIT-LICENSE.txt */",
  43. "input": "index.js"
  44. }
  45. },
  46. "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
  47. "devDependencies": {
  48. "buildman": "*",
  49. "testman": "*"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/litejs/natural-compare-lite#readme",
  55. "keywords": [
  56. "string",
  57. "natural",
  58. "order",
  59. "sort",
  60. "natsort",
  61. "natcmp",
  62. "compare",
  63. "alphanum",
  64. "litejs"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "natural-compare",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/litejs/natural-compare-lite.git"
  72. },
  73. "scripts": {
  74. "build": "node node_modules/buildman/index.js --all",
  75. "test": "node tests/index.js"
  76. },
  77. "stability": 3,
  78. "version": "1.4.0"
  79. }