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
58
59
60
61
| {
| "_args": [
| [
| "unquote@1.1.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "unquote@1.1.1",
| "_id": "unquote@1.1.1",
| "_inBundle": false,
| "_integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=",
| "_location": "/unquote",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "unquote@1.1.1",
| "name": "unquote",
| "escapedName": "unquote",
| "rawSpec": "1.1.1",
| "saveSpec": null,
| "fetchSpec": "1.1.1"
| },
| "_requiredBy": [
| "/svgo"
| ],
| "_resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
| "_spec": "1.1.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Cameron Lakenen",
| "email": "cameron@lakenen.com"
| },
| "bugs": {
| "url": "https://github.com/lakenen/node-unquote/issues"
| },
| "description": "Remove wrapping quotes from a string.",
| "devDependencies": {
| "tape": "^2.13.4"
| },
| "directories": {
| "test": "test"
| },
| "homepage": "https://github.com/lakenen/node-unquote",
| "keywords": [
| "string",
| "unquote",
| "quotes"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "unquote",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/lakenen/node-unquote.git"
| },
| "scripts": {
| "test": "node test/*"
| },
| "version": "1.1.1"
| }
|
|