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.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "array-uniq@^1.0.1",
  3. "_id": "array-uniq@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
  6. "_location": "/array-uniq",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-uniq@^1.0.1",
  12. "name": "array-uniq",
  13. "escapedName": "array-uniq",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/array-union",
  20. "/get-imports"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
  23. "_shasum": "af6ac877a25cc7f74e058894753858dfdb24fdb6",
  24. "_spec": "array-uniq@^1.0.1",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\get-imports",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/array-uniq/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Create an array without duplicates",
  37. "devDependencies": {
  38. "ava": "*",
  39. "es6-set": "^0.1.0",
  40. "require-uncached": "^1.0.2",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/array-uniq#readme",
  50. "keywords": [
  51. "array",
  52. "arr",
  53. "set",
  54. "uniq",
  55. "unique",
  56. "es6",
  57. "duplicate",
  58. "remove"
  59. ],
  60. "license": "MIT",
  61. "name": "array-uniq",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/array-uniq.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava"
  68. },
  69. "version": "1.0.3"
  70. }