source: trip-planner-front/node_modules/arr-union/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "arr-union@3.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "arr-union@3.1.0",
10 "_id": "arr-union@3.1.0",
11 "_inBundle": false,
12 "_integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
13 "_location": "/arr-union",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "arr-union@3.1.0",
19 "name": "arr-union",
20 "escapedName": "arr-union",
21 "rawSpec": "3.1.0",
22 "saveSpec": null,
23 "fetchSpec": "3.1.0"
24 },
25 "_requiredBy": [
26 "/class-utils",
27 "/union-value"
28 ],
29 "_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
30 "_spec": "3.1.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Jon Schlinkert",
34 "url": "https://github.com/jonschlinkert"
35 },
36 "bugs": {
37 "url": "https://github.com/jonschlinkert/arr-union/issues"
38 },
39 "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
40 "devDependencies": {
41 "ansi-bold": "^0.1.1",
42 "array-union": "^1.0.1",
43 "array-unique": "^0.2.1",
44 "benchmarked": "^0.1.4",
45 "gulp-format-md": "^0.1.7",
46 "minimist": "^1.1.1",
47 "mocha": "*",
48 "should": "*"
49 },
50 "engines": {
51 "node": ">=0.10.0"
52 },
53 "files": [
54 "index.js"
55 ],
56 "homepage": "https://github.com/jonschlinkert/arr-union",
57 "keywords": [
58 "add",
59 "append",
60 "array",
61 "arrays",
62 "combine",
63 "concat",
64 "extend",
65 "union",
66 "uniq",
67 "unique",
68 "util",
69 "utility",
70 "utils"
71 ],
72 "license": "MIT",
73 "main": "index.js",
74 "name": "arr-union",
75 "repository": {
76 "type": "git",
77 "url": "git+https://github.com/jonschlinkert/arr-union.git"
78 },
79 "scripts": {
80 "test": "mocha"
81 },
82 "verb": {
83 "run": true,
84 "toc": false,
85 "layout": "default",
86 "tasks": [
87 "readme"
88 ],
89 "plugins": [
90 "gulp-format-md"
91 ],
92 "related": {
93 "list": [
94 "arr-diff",
95 "arr-flatten",
96 "arr-filter",
97 "arr-map",
98 "arr-pluck",
99 "arr-reduce",
100 "array-unique"
101 ]
102 },
103 "reflinks": [
104 "verb",
105 "array-union"
106 ],
107 "lint": {
108 "reflinks": true
109 }
110 },
111 "version": "3.1.0"
112}
Note: See TracBrowser for help on using the repository browser.