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

78 lines
2.1 KiB
JSON

{
"_from": "@svgr/parcel-plugin-svgr",
"_id": "@svgr/parcel-plugin-svgr@5.4.0",
"_inBundle": false,
"_integrity": "sha512-Y9Y568XsbTgdrk8Asqe0wyzuqfPPYePl33RuRAvoL9tOVemFEejrqjvNo3DcIFnswes3r1dR8AINp2FfuCb2gA==",
"_location": "/@svgr/parcel-plugin-svgr",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@svgr/parcel-plugin-svgr",
"name": "@svgr/parcel-plugin-svgr",
"escapedName": "@svgr%2fparcel-plugin-svgr",
"scope": "@svgr",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@svgr/parcel-plugin-svgr/-/parcel-plugin-svgr-5.4.0.tgz",
"_shasum": "6c44ba0cd7f9bcb036160a7ad112593108054f90",
"_spec": "@svgr/parcel-plugin-svgr",
"_where": "/Users/justin/Code/granblue/hensei-web",
"author": {
"name": "Mario Pabon",
"email": "me@mariopabon.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-constant-elements": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@svgr/core": "^5.4.0",
"@svgr/plugin-jsx": "^5.4.0",
"@svgr/plugin-svgo": "^5.4.0"
},
"deprecated": false,
"description": "SVGR Parcel plugin.",
"devDependencies": {
"parcel": "^1.10.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42",
"homepage": "https://react-svgr.com",
"keywords": [
"svgr",
"svg",
"react",
"parcel",
"parcel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@svgr/parcel-plugin-svgr",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr"
},
"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"
}