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.7 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 40 | },
|
---|
| 41 | "dependencies": {},
|
---|
[59329aa] | 42 | "description": "Removes duplicates from a sorted array in place",
|
---|
[6a3a178] | 43 | "devDependencies": {
|
---|
| 44 | "tape": "^2.12.3"
|
---|
| 45 | },
|
---|
[59329aa] | 46 | "directories": {
|
---|
| 47 | "test": "test"
|
---|
[6a3a178] | 48 | },
|
---|
[59329aa] | 49 | "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985",
|
---|
| 50 | "homepage": "https://github.com/mikolalysenko/uniq#readme",
|
---|
[6a3a178] | 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",
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 74 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.