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

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 644 bytes
Line 
1{
2 "name": "array-uniq",
3 "version": "1.0.3",
4 "description": "Create an array without duplicates",
5 "license": "MIT",
6 "repository": "sindresorhus/array-uniq",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=0.10.0"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "array",
23 "arr",
24 "set",
25 "uniq",
26 "unique",
27 "es6",
28 "duplicate",
29 "remove"
30 ],
31 "devDependencies": {
32 "ava": "*",
33 "es6-set": "^0.1.0",
34 "require-uncached": "^1.0.2",
35 "xo": "*"
36 }
37}
Note: See TracBrowser for help on using the repository browser.