25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

77 satır
1.8 KiB

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