package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "/jest-snapshot"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  23. "_shasum": "4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7",
  24. "_spec": "natural-compare@^1.4.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint",
  26. "author": {
  27. "name": "Lauri Rooden",
  28. "url": "https://github.com/litejs/natural-compare-lite"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/litejs/natural-compare-lite/issues"
  32. },
  33. "buildman": {
  34. "dist/index-min.js": {
  35. "banner": "/*! litejs.com/MIT-LICENSE.txt */",
  36. "input": "index.js"
  37. }
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
  42. "devDependencies": {
  43. "buildman": "*",
  44. "testman": "*"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/litejs/natural-compare-lite#readme",
  50. "keywords": [
  51. "string",
  52. "natural",
  53. "order",
  54. "sort",
  55. "natsort",
  56. "natcmp",
  57. "compare",
  58. "alphanum",
  59. "litejs"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "natural-compare",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/litejs/natural-compare-lite.git"
  67. },
  68. "scripts": {
  69. "build": "node node_modules/buildman/index.js --all",
  70. "test": "node tests/index.js"
  71. },
  72. "stability": 3,
  73. "version": "1.4.0"
  74. }