You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "alphanum-sort@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-minify-params"
  6. ]
  7. ],
  8. "_from": "alphanum-sort@>=1.0.0 <2.0.0",
  9. "_id": "alphanum-sort@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/alphanum-sort",
  13. "_nodeVersion": "0.12.2",
  14. "_npmUser": {
  15. "email": "trysound@yandex.ru",
  16. "name": "trysound"
  17. },
  18. "_npmVersion": "2.7.4",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "alphanum-sort",
  22. "raw": "alphanum-sort@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/postcss-minify-params",
  30. "/postcss-minify-selectors",
  31. "/postcss-unique-selectors"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
  34. "_shasum": "97a1119649b211ad33691d9f9f486a8ec9fbe0a3",
  35. "_shrinkwrap": null,
  36. "_spec": "alphanum-sort@^1.0.0",
  37. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-minify-params",
  38. "author": {
  39. "email": "trysound@yandex.ru",
  40. "name": "Bogdan Chadkin"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/TrySound/alphanum-sort/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Alphanumeric sorting algorithm",
  47. "devDependencies": {
  48. "eslint": "^1.5.1",
  49. "javascript-natural-sort": "^0.7.1",
  50. "tap-spec": "^4.1.0",
  51. "tape": "^4.2.0"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "97a1119649b211ad33691d9f9f486a8ec9fbe0a3",
  56. "tarball": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz"
  57. },
  58. "files": [
  59. "lib"
  60. ],
  61. "gitHead": "c91a8ad765d3adacf4a7186637ad6f39cad540f6",
  62. "homepage": "https://github.com/TrySound/alphanum-sort",
  63. "keywords": [
  64. "alphanum",
  65. "alphanumeric",
  66. "human",
  67. "natural",
  68. "sort"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/index.js",
  72. "maintainers": [
  73. {
  74. "name": "trysound",
  75. "email": "trysound@yandex.ru"
  76. }
  77. ],
  78. "name": "alphanum-sort",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/TrySound/alphanum-sort.git"
  84. },
  85. "scripts": {
  86. "test": "eslint lib test.js && tape test.js | tap-spec"
  87. },
  88. "version": "1.0.2"
  89. }