package.json
2.03 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_from": "svg-parser@^2.0.2",
"_id": "svg-parser@2.0.4",
"_inBundle": false,
"_integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
"_location": "/svg-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "svg-parser@^2.0.2",
"name": "svg-parser",
"escapedName": "svg-parser",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/@svgr/plugin-jsx"
],
"_resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
"_shasum": "fdc2e29e13951736140b76cb122c8ee6630eb6b5",
"_spec": "svg-parser@^2.0.2",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@svgr\\plugin-jsx",
"author": {
"name": "Rich Harris"
},
"bugs": {
"url": "https://github.com/Rich-Harris/svg-parser/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Create a JSON-friendly object from an SVG string",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"eslint": "^3.2.2",
"locate-character": "^2.0.5",
"mocha": "^3.0.1",
"prettier": "^1.18.2",
"rollup": "^1.29.0",
"source-map-support": "^0.4.2"
},
"files": [
"dist",
"README.md"
],
"homepage": "https://github.com/Rich-Harris/svg-parser#README",
"jsnext:main": "dist/svg-parser.esm.js",
"keywords": [
"SVG",
"parser",
"JSON",
"object"
],
"license": "MIT",
"main": "dist/svg-parser.umd.js",
"module": "dist/svg-parser.esm.js",
"name": "svg-parser",
"prettier": {
"singleQuote": true,
"useTabs": true,
"printWidth": 100
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rich-Harris/svg-parser.git"
},
"scripts": {
"build": "rm -rf dist && rollup -c",
"lint": "eslint src",
"prepublish": "npm run lint && npm test",
"pretest": "npm run build",
"test": "mocha"
},
"version": "2.0.4"
}