package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "alphanum-sort@1.0.2",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_from": "alphanum-sort@1.0.2",
  9. "_id": "alphanum-sort@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
  12. "_location": "/alphanum-sort",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "alphanum-sort@1.0.2",
  18. "name": "alphanum-sort",
  19. "escapedName": "alphanum-sort",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/postcss-minify-params",
  26. "/postcss-minify-selectors",
  27. "/postcss-unique-selectors"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  32. "author": {
  33. "name": "Bogdan Chadkin",
  34. "email": "trysound@yandex.ru"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/TrySound/alphanum-sort/issues"
  38. },
  39. "description": "Alphanumeric sorting algorithm",
  40. "devDependencies": {
  41. "eslint": "^1.5.1",
  42. "javascript-natural-sort": "^0.7.1",
  43. "tap-spec": "^4.1.0",
  44. "tape": "^4.2.0"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/TrySound/alphanum-sort",
  50. "keywords": [
  51. "sort",
  52. "alphanum",
  53. "alphanumeric",
  54. "natural",
  55. "human"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/index.js",
  59. "name": "alphanum-sort",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/TrySound/alphanum-sort.git"
  63. },
  64. "scripts": {
  65. "test": "eslint lib test.js && tape test.js | tap-spec"
  66. },
  67. "version": "1.0.2"
  68. }