package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "alphanum-sort@^1.0.0",
  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.0",
  12. "name": "alphanum-sort",
  13. "escapedName": "alphanum-sort",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-minify-params",
  20. "/postcss-minify-selectors",
  21. "/postcss-unique-selectors"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
  24. "_shasum": "97a1119649b211ad33691d9f9f486a8ec9fbe0a3",
  25. "_spec": "alphanum-sort@^1.0.0",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-minify-params",
  27. "author": {
  28. "name": "Bogdan Chadkin",
  29. "email": "trysound@yandex.ru"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/TrySound/alphanum-sort/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Alphanumeric sorting algorithm",
  37. "devDependencies": {
  38. "eslint": "^1.5.1",
  39. "javascript-natural-sort": "^0.7.1",
  40. "tap-spec": "^4.1.0",
  41. "tape": "^4.2.0"
  42. },
  43. "files": [
  44. "lib"
  45. ],
  46. "homepage": "https://github.com/TrySound/alphanum-sort",
  47. "keywords": [
  48. "sort",
  49. "alphanum",
  50. "alphanumeric",
  51. "natural",
  52. "human"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/index.js",
  56. "name": "alphanum-sort",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/TrySound/alphanum-sort.git"
  60. },
  61. "scripts": {
  62. "test": "eslint lib test.js && tape test.js | tap-spec"
  63. },
  64. "version": "1.0.2"
  65. }