Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "array-uniq@1.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "array-uniq@1.0.3",
  9. "_id": "array-uniq@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
  12. "_location": "/array-uniq",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "array-uniq@1.0.3",
  18. "name": "array-uniq",
  19. "escapedName": "array-uniq",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/array-union"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/array-uniq/issues"
  37. },
  38. "description": "Create an array without duplicates",
  39. "devDependencies": {
  40. "ava": "*",
  41. "es6-set": "^0.1.0",
  42. "require-uncached": "^1.0.2",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/array-uniq#readme",
  52. "keywords": [
  53. "array",
  54. "arr",
  55. "set",
  56. "uniq",
  57. "unique",
  58. "es6",
  59. "duplicate",
  60. "remove"
  61. ],
  62. "license": "MIT",
  63. "name": "array-uniq",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/array-uniq.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "1.0.3"
  72. }