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.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "uniq@^1.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-selector-parser"
  6. ]
  7. ],
  8. "_from": "uniq@>=1.0.1 <2.0.0",
  9. "_id": "uniq@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/uniq",
  13. "_npmUser": {
  14. "email": "mikolalysenko@gmail.com",
  15. "name": "mikolalysenko"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "uniq",
  21. "raw": "uniq@^1.0.1",
  22. "rawSpec": "^1.0.1",
  23. "scope": null,
  24. "spec": ">=1.0.1 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/postcss-merge-rules/postcss-selector-parser",
  29. "/postcss-minify-selectors/postcss-selector-parser",
  30. "/postcss-selector-parser",
  31. "/stylehacks/postcss-selector-parser"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
  34. "_shasum": "b31c5ae8254844a3a8281541ce2b04b865a734ff",
  35. "_shrinkwrap": null,
  36. "_spec": "uniq@^1.0.1",
  37. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-selector-parser",
  38. "author": {
  39. "name": "Mikola Lysenko"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/mikolalysenko/uniq/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Removes duplicates from a sorted array in place",
  46. "devDependencies": {
  47. "tape": "^2.12.3"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "dist": {
  53. "shasum": "b31c5ae8254844a3a8281541ce2b04b865a734ff",
  54. "tarball": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz"
  55. },
  56. "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985",
  57. "homepage": "https://github.com/mikolalysenko/uniq",
  58. "keywords": [
  59. "array",
  60. "copy",
  61. "duplicate",
  62. "in",
  63. "no",
  64. "place",
  65. "remove",
  66. "sort",
  67. "uniq",
  68. "unique"
  69. ],
  70. "license": "MIT",
  71. "main": "uniq.js",
  72. "maintainers": [
  73. {
  74. "name": "mikolalysenko",
  75. "email": "mikolalysenko@gmail.com"
  76. }
  77. ],
  78. "name": "uniq",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/mikolalysenko/uniq.git"
  84. },
  85. "scripts": {
  86. "test": "tape test/*.js"
  87. },
  88. "version": "1.0.1"
  89. }