hensei-web/node_modules/@svgr/plugin-svgo/package.json
2020-09-11 06:44:42 -07:00

75 lines
2.1 KiB
JSON

{
"_from": "@svgr/plugin-svgo@^5.4.0",
"_id": "@svgr/plugin-svgo@5.4.0",
"_inBundle": false,
"_integrity": "sha512-3Cgv3aYi1l6SHyzArV9C36yo4kgwVdF3zPQUC6/aCDUeXAofDYwE5kk3e3oT5ZO2a0N3lB+lLGvipBG6lnG8EA==",
"_location": "/@svgr/plugin-svgo",
"_phantomChildren": {
"@babel/code-frame": "7.10.4",
"@types/parse-json": "4.0.0",
"error-ex": "1.3.2",
"json-parse-even-better-errors": "2.3.1",
"lines-and-columns": "1.1.6",
"parent-module": "1.0.1",
"path-type": "4.0.0",
"yaml": "1.10.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@svgr/plugin-svgo@^5.4.0",
"name": "@svgr/plugin-svgo",
"escapedName": "@svgr%2fplugin-svgo",
"scope": "@svgr",
"rawSpec": "^5.4.0",
"saveSpec": null,
"fetchSpec": "^5.4.0"
},
"_requiredBy": [
"/@svgr/parcel-plugin-svgr"
],
"_resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.4.0.tgz",
"_shasum": "45d9800b7099a6f7b4d85ebac89ab9abe8592f64",
"_spec": "@svgr/plugin-svgo@^5.4.0",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/@svgr/parcel-plugin-svgr",
"author": {
"name": "Greg Bergé",
"email": "berge.greg@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"cosmiconfig": "^6.0.0",
"merge-deep": "^3.0.2",
"svgo": "^1.2.2"
},
"deprecated": false,
"description": "Optimize SVG",
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42",
"homepage": "https://react-svgr.com",
"keywords": [
"svgr-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@svgr/plugin-svgo",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo"
},
"scripts": {
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
"prebuild": "rm -rf lib/",
"prepublishOnly": "yarn run build"
},
"version": "5.4.0"
}