source: trip-planner-front/node_modules/uniq/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: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "uniq@1.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "uniq@1.0.1",
10 "_id": "uniq@1.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
13 "_location": "/uniq",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "uniq@1.0.1",
19 "name": "uniq",
20 "escapedName": "uniq",
21 "rawSpec": "1.0.1",
22 "saveSpec": null,
23 "fetchSpec": "1.0.1"
24 },
25 "_requiredBy": [
26 "/css-has-pseudo/postcss-selector-parser",
27 "/postcss-custom-selectors/postcss-selector-parser",
28 "/postcss-dir-pseudo-class/postcss-selector-parser",
29 "/postcss-pseudo-class-any-link/postcss-selector-parser",
30 "/postcss-values-parser"
31 ],
32 "_resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
33 "_spec": "1.0.1",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "author": {
36 "name": "Mikola Lysenko"
37 },
38 "bugs": {
39 "url": "https://github.com/mikolalysenko/uniq/issues"
40 },
41 "dependencies": {},
42 "description": "Removes duplicates from a sorted array in place",
43 "devDependencies": {
44 "tape": "^2.12.3"
45 },
46 "directories": {
47 "test": "test"
48 },
49 "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985",
50 "homepage": "https://github.com/mikolalysenko/uniq#readme",
51 "keywords": [
52 "array",
53 "duplicate",
54 "unique",
55 "uniq",
56 "remove",
57 "sort",
58 "in",
59 "place",
60 "no",
61 "copy"
62 ],
63 "license": "MIT",
64 "main": "uniq.js",
65 "name": "uniq",
66 "repository": {
67 "type": "git",
68 "url": "git://github.com/mikolalysenko/uniq.git"
69 },
70 "scripts": {
71 "test": "tape test/*.js"
72 },
73 "version": "1.0.1"
74}
Note: See TracBrowser for help on using the repository browser.