package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "alphanum-sort@^1.0.1",
  3. "_id": "alphanum-sort@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
  6. "_location": "/alphanum-sort",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "alphanum-sort@^1.0.1",
  12. "name": "alphanum-sort",
  13. "escapedName": "alphanum-sort",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default/postcss-minify-params",
  20. "/cssnano-preset-default/postcss-minify-selectors",
  21. "/cssnano-preset-default/postcss-unique-selectors",
  22. "/postcss-minify-params",
  23. "/postcss-minify-selectors",
  24. "/postcss-unique-selectors"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
  27. "_shasum": "97a1119649b211ad33691d9f9f486a8ec9fbe0a3",
  28. "_spec": "alphanum-sort@^1.0.1",
  29. "_where": "D:\\workSpace\\dealer_front\\node_modules\\postcss-minify-params",
  30. "author": {
  31. "name": "Bogdan Chadkin",
  32. "email": "trysound@yandex.ru"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/TrySound/alphanum-sort/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  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. }