source: trip-planner-front/node_modules/arr-diff/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.5 KB
Line 
1{
2 "_args": [
3 [
4 "arr-diff@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "arr-diff@4.0.0",
10 "_id": "arr-diff@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
13 "_location": "/arr-diff",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "arr-diff@4.0.0",
19 "name": "arr-diff",
20 "escapedName": "arr-diff",
21 "rawSpec": "4.0.0",
22 "saveSpec": null,
23 "fetchSpec": "4.0.0"
24 },
25 "_requiredBy": [
26 "/http-proxy-middleware/micromatch",
27 "/nanomatch",
28 "/webpack-dev-server/micromatch"
29 ],
30 "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
31 "_spec": "4.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Jon Schlinkert",
35 "url": "https://github.com/jonschlinkert"
36 },
37 "bugs": {
38 "url": "https://github.com/jonschlinkert/arr-diff/issues"
39 },
40 "contributors": [
41 {
42 "name": "Jon Schlinkert",
43 "email": "jon.schlinkert@sellside.com",
44 "url": "http://twitter.com/jonschlinkert"
45 },
46 {
47 "name": "Paul Miller",
48 "email": "paul+gh@paulmillr.com",
49 "url": "paulmillr.com"
50 }
51 ],
52 "dependencies": {},
53 "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
54 "devDependencies": {
55 "ansi-bold": "^0.1.1",
56 "arr-flatten": "^1.0.1",
57 "array-differ": "^1.0.0",
58 "benchmarked": "^0.2.4",
59 "gulp-format-md": "^0.1.9",
60 "minimist": "^1.2.0",
61 "mocha": "^2.4.5"
62 },
63 "engines": {
64 "node": ">=0.10.0"
65 },
66 "files": [
67 "index.js"
68 ],
69 "homepage": "https://github.com/jonschlinkert/arr-diff",
70 "keywords": [
71 "arr",
72 "array",
73 "array differ",
74 "array-differ",
75 "diff",
76 "differ",
77 "difference"
78 ],
79 "license": "MIT",
80 "main": "index.js",
81 "name": "arr-diff",
82 "repository": {
83 "type": "git",
84 "url": "git+https://github.com/jonschlinkert/arr-diff.git"
85 },
86 "scripts": {
87 "test": "mocha"
88 },
89 "verb": {
90 "toc": false,
91 "layout": "default",
92 "tasks": [
93 "readme"
94 ],
95 "plugins": [
96 "gulp-format-md"
97 ],
98 "related": {
99 "list": [
100 "arr-flatten",
101 "array-filter",
102 "array-intersection"
103 ]
104 },
105 "reflinks": [
106 "array-differ",
107 "verb"
108 ],
109 "lint": {
110 "reflinks": true
111 }
112 },
113 "version": "4.0.0"
114}
Note: See TracBrowser for help on using the repository browser.