You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

77 lines
2.0 KiB

{
"_from": "svg-parser@^2.0.0",
"_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.0",
"name": "svg-parser",
"escapedName": "svg-parser",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@svgr/plugin-jsx"
],
"_resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
"_shasum": "fdc2e29e13951736140b76cb122c8ee6630eb6b5",
"_spec": "svg-parser@^2.0.0",
"_where": "C:\\Users\\user\\Documents\\myapp\\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"
}