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

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

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "array-unique",
3 "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
4 "version": "0.3.2",
5 "homepage": "https://github.com/jonschlinkert/array-unique",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/array-unique",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/array-unique/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "LICENSE",
15 "README.md"
16 ],
17 "main": "index.js",
18 "engines": {
19 "node": ">=0.10.0"
20 },
21 "scripts": {
22 "test": "mocha"
23 },
24 "devDependencies": {
25 "array-uniq": "^1.0.2",
26 "benchmarked": "^0.1.3",
27 "gulp-format-md": "^0.1.9",
28 "mocha": "^2.5.3",
29 "should": "^10.0.0"
30 },
31 "keywords": [
32 "array",
33 "unique"
34 ],
35 "verb": {
36 "toc": false,
37 "layout": "default",
38 "tasks": [
39 "readme"
40 ],
41 "plugins": [
42 "gulp-format-md"
43 ],
44 "related": {
45 "list": [
46 "arr-diff",
47 "arr-union",
48 "arr-flatten",
49 "arr-reduce",
50 "arr-map",
51 "arr-pluck"
52 ]
53 },
54 "reflinks": [
55 "verb",
56 "verb-generate-readme"
57 ],
58 "lint": {
59 "reflinks": true
60 }
61 }
62}
Note: See TracBrowser for help on using the repository browser.