blob: f4454d172c3c9f53d13dc3241e594706bfb260bb [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "unquote@~1.1.1",
3 "_id": "unquote@1.1.1",
4 "_inBundle": false,
5 "_integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=",
6 "_location": "/unquote",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "unquote@~1.1.1",
12 "name": "unquote",
13 "escapedName": "unquote",
14 "rawSpec": "~1.1.1",
15 "saveSpec": null,
16 "fetchSpec": "~1.1.1"
17 },
18 "_requiredBy": [
19 "/svgo"
20 ],
21 "_resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
22 "_shasum": "8fded7324ec6e88a0ff8b905e7c098cdc086d544",
23 "_spec": "unquote@~1.1.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\svgo",
25 "author": {
26 "name": "Cameron Lakenen",
27 "email": "cameron@lakenen.com"
28 },
29 "bugs": {
30 "url": "https://github.com/lakenen/node-unquote/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Remove wrapping quotes from a string.",
35 "devDependencies": {
36 "tape": "^2.13.4"
37 },
38 "directories": {
39 "test": "test"
40 },
41 "homepage": "https://github.com/lakenen/node-unquote",
42 "keywords": [
43 "string",
44 "unquote",
45 "quotes"
46 ],
47 "license": "MIT",
48 "main": "index.js",
49 "name": "unquote",
50 "repository": {
51 "type": "git",
52 "url": "git+https://github.com/lakenen/node-unquote.git"
53 },
54 "scripts": {
55 "test": "node test/*"
56 },
57 "version": "1.1.1"
58}