package.json 1.9 KB

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