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.
 
 
 
 

77 regels
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "uniq@1.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "uniq@1.0.1",
  9. "_id": "uniq@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
  12. "_location": "/uniq",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "uniq@1.0.1",
  18. "name": "uniq",
  19. "escapedName": "uniq",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/postcss-custom-selectors/postcss-selector-parser",
  26. "/postcss-dir-pseudo-class/postcss-selector-parser",
  27. "/postcss-merge-rules/postcss-selector-parser",
  28. "/postcss-minify-selectors/postcss-selector-parser",
  29. "/postcss-pseudo-class-any-link/postcss-selector-parser",
  30. "/postcss-selector-parser",
  31. "/postcss-values-parser",
  32. "/stylehacks/postcss-selector-parser"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
  35. "_spec": "1.0.1",
  36. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  37. "author": {
  38. "name": "Mikola Lysenko"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mikolalysenko/uniq/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Removes duplicates from a sorted array in place",
  45. "devDependencies": {
  46. "tape": "^2.12.3"
  47. },
  48. "directories": {
  49. "test": "test"
  50. },
  51. "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985",
  52. "homepage": "https://github.com/mikolalysenko/uniq#readme",
  53. "keywords": [
  54. "array",
  55. "duplicate",
  56. "unique",
  57. "uniq",
  58. "remove",
  59. "sort",
  60. "in",
  61. "place",
  62. "no",
  63. "copy"
  64. ],
  65. "license": "MIT",
  66. "main": "uniq.js",
  67. "name": "uniq",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/mikolalysenko/uniq.git"
  71. },
  72. "scripts": {
  73. "test": "tape test/*.js"
  74. },
  75. "version": "1.0.1"
  76. }