1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
| {
| "_args": [
| [
| "uniqs@2.0.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "uniqs@2.0.0",
| "_id": "uniqs@2.0.0",
| "_inBundle": false,
| "_integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=",
| "_location": "/uniqs",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "uniqs@2.0.0",
| "name": "uniqs",
| "escapedName": "uniqs",
| "rawSpec": "2.0.0",
| "saveSpec": null,
| "fetchSpec": "2.0.0"
| },
| "_requiredBy": [
| "/postcss-minify-params",
| "/postcss-unique-selectors"
| ],
| "_resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
| "_spec": "2.0.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Felix Gnass",
| "email": "fgnass@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/fgnass/uniqs/issues"
| },
| "description": "Tiny utility to create unions and de-duplicated lists",
| "homepage": "https://github.com/fgnass/uniqs#readme",
| "keywords": [
| "unique",
| "uniq",
| "dedupe",
| "union"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "uniqs",
| "repository": {
| "type": "git",
| "url": "git://github.com/fgnass/uniqs.git"
| },
| "scripts": {
| "test": "node test"
| },
| "version": "2.0.0"
| }
|
|