source: trip-planner-front/node_modules/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: 678 bytes
Line 
1{
2 "name": "uniq",
3 "version": "1.0.1",
4 "description": "Removes duplicates from a sorted array in place",
5 "main": "uniq.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {},
10 "devDependencies": {
11 "tape": "^2.12.3"
12 },
13 "scripts": {
14 "test": "tape test/*.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/mikolalysenko/uniq.git"
19 },
20 "keywords": [
21 "array",
22 "duplicate",
23 "unique",
24 "uniq",
25 "remove",
26 "sort",
27 "in",
28 "place",
29 "no",
30 "copy"
31 ],
32 "author": "Mikola Lysenko",
33 "license": "MIT",
34 "readmeFilename": "README.md",
35 "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985"
36}
Note: See TracBrowser for help on using the repository browser.