[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "array-unique@0.3.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "array-unique@0.3.2",
|
---|
| 10 | "_id": "array-unique@0.3.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
|
---|
| 13 | "_location": "/array-unique",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "array-unique@0.3.2",
|
---|
| 19 | "name": "array-unique",
|
---|
| 20 | "escapedName": "array-unique",
|
---|
| 21 | "rawSpec": "0.3.2",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "0.3.2"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/extglob",
|
---|
| 27 | "/http-proxy-middleware/braces",
|
---|
| 28 | "/http-proxy-middleware/micromatch",
|
---|
| 29 | "/nanomatch",
|
---|
| 30 | "/webpack-dev-server/braces",
|
---|
| 31 | "/webpack-dev-server/micromatch"
|
---|
[6a3a178] | 32 | ],
|
---|
[59329aa] | 33 | "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
|
---|
| 34 | "_spec": "0.3.2",
|
---|
| 35 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 36 | "author": {
|
---|
| 37 | "name": "Jon Schlinkert",
|
---|
| 38 | "url": "https://github.com/jonschlinkert"
|
---|
[6a3a178] | 39 | },
|
---|
[59329aa] | 40 | "bugs": {
|
---|
| 41 | "url": "https://github.com/jonschlinkert/array-unique/issues"
|
---|
[6a3a178] | 42 | },
|
---|
[59329aa] | 43 | "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
|
---|
[6a3a178] | 44 | "devDependencies": {
|
---|
| 45 | "array-uniq": "^1.0.2",
|
---|
| 46 | "benchmarked": "^0.1.3",
|
---|
| 47 | "gulp-format-md": "^0.1.9",
|
---|
| 48 | "mocha": "^2.5.3",
|
---|
| 49 | "should": "^10.0.0"
|
---|
| 50 | },
|
---|
[59329aa] | 51 | "engines": {
|
---|
| 52 | "node": ">=0.10.0"
|
---|
| 53 | },
|
---|
| 54 | "files": [
|
---|
| 55 | "index.js",
|
---|
| 56 | "LICENSE",
|
---|
| 57 | "README.md"
|
---|
| 58 | ],
|
---|
| 59 | "homepage": "https://github.com/jonschlinkert/array-unique",
|
---|
[6a3a178] | 60 | "keywords": [
|
---|
| 61 | "array",
|
---|
| 62 | "unique"
|
---|
| 63 | ],
|
---|
[59329aa] | 64 | "license": "MIT",
|
---|
| 65 | "main": "index.js",
|
---|
| 66 | "name": "array-unique",
|
---|
| 67 | "repository": {
|
---|
| 68 | "type": "git",
|
---|
| 69 | "url": "git+https://github.com/jonschlinkert/array-unique.git"
|
---|
| 70 | },
|
---|
| 71 | "scripts": {
|
---|
| 72 | "test": "mocha"
|
---|
| 73 | },
|
---|
[6a3a178] | 74 | "verb": {
|
---|
| 75 | "toc": false,
|
---|
| 76 | "layout": "default",
|
---|
| 77 | "tasks": [
|
---|
| 78 | "readme"
|
---|
| 79 | ],
|
---|
| 80 | "plugins": [
|
---|
| 81 | "gulp-format-md"
|
---|
| 82 | ],
|
---|
| 83 | "related": {
|
---|
| 84 | "list": [
|
---|
| 85 | "arr-diff",
|
---|
| 86 | "arr-union",
|
---|
| 87 | "arr-flatten",
|
---|
| 88 | "arr-reduce",
|
---|
| 89 | "arr-map",
|
---|
| 90 | "arr-pluck"
|
---|
| 91 | ]
|
---|
| 92 | },
|
---|
| 93 | "reflinks": [
|
---|
| 94 | "verb",
|
---|
| 95 | "verb-generate-readme"
|
---|
| 96 | ],
|
---|
| 97 | "lint": {
|
---|
| 98 | "reflinks": true
|
---|
| 99 | }
|
---|
[59329aa] | 100 | },
|
---|
| 101 | "version": "0.3.2"
|
---|
[6a3a178] | 102 | }
|
---|