package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "uniq@1.0.1",
  5. "D:\\projects\\dealer_front"
  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-selector-parser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Mikola Lysenko"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mikolalysenko/uniq/issues"
  35. },
  36. "dependencies": {},
  37. "description": "Removes duplicates from a sorted array in place",
  38. "devDependencies": {
  39. "tape": "^2.12.3"
  40. },
  41. "directories": {
  42. "test": "test"
  43. },
  44. "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985",
  45. "homepage": "https://github.com/mikolalysenko/uniq#readme",
  46. "keywords": [
  47. "array",
  48. "duplicate",
  49. "unique",
  50. "uniq",
  51. "remove",
  52. "sort",
  53. "in",
  54. "place",
  55. "no",
  56. "copy"
  57. ],
  58. "license": "MIT",
  59. "main": "uniq.js",
  60. "name": "uniq",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/mikolalysenko/uniq.git"
  64. },
  65. "scripts": {
  66. "test": "tape test/*.js"
  67. },
  68. "version": "1.0.1"
  69. }