source: trip-planner-front/node_modules/array-uniq/package.json@ bdd6491

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

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "array-uniq@1.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "array-uniq@1.0.3",
10 "_id": "array-uniq@1.0.3",
11 "_inBundle": false,
12 "_integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
13 "_location": "/array-uniq",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "array-uniq@1.0.3",
19 "name": "array-uniq",
20 "escapedName": "array-uniq",
21 "rawSpec": "1.0.3",
22 "saveSpec": null,
23 "fetchSpec": "1.0.3"
24 },
25 "_requiredBy": [
26 "/del/array-union"
27 ],
28 "_resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
29 "_spec": "1.0.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/array-uniq/issues"
38 },
39 "description": "Create an array without duplicates",
40 "devDependencies": {
41 "ava": "*",
42 "es6-set": "^0.1.0",
43 "require-uncached": "^1.0.2",
44 "xo": "*"
45 },
46 "engines": {
47 "node": ">=0.10.0"
48 },
49 "files": [
50 "index.js"
51 ],
52 "homepage": "https://github.com/sindresorhus/array-uniq#readme",
53 "keywords": [
54 "array",
55 "arr",
56 "set",
57 "uniq",
58 "unique",
59 "es6",
60 "duplicate",
61 "remove"
62 ],
63 "license": "MIT",
64 "name": "array-uniq",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/sindresorhus/array-uniq.git"
68 },
69 "scripts": {
70 "test": "xo && ava"
71 },
72 "version": "1.0.3"
73}
Note: See TracBrowser for help on using the repository browser.