source: trip-planner-front/node_modules/array-unique/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
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"
24 },
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"
32 ],
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"
39 },
40 "bugs": {
41 "url": "https://github.com/jonschlinkert/array-unique/issues"
42 },
43 "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
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 },
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",
60 "keywords": [
61 "array",
62 "unique"
63 ],
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 },
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 }
100 },
101 "version": "0.3.2"
102}
Note: See TracBrowser for help on using the repository browser.