hensei-web/node_modules/@svgr/hast-util-to-babel-ast/package.json
2020-09-11 06:44:42 -07:00

69 lines
2 KiB
JSON

{
"_from": "@svgr/hast-util-to-babel-ast@^5.4.0",
"_id": "@svgr/hast-util-to-babel-ast@5.4.0",
"_inBundle": false,
"_integrity": "sha512-+U0TZZpPsP2V1WvVhqAOSTk+N+CjYHdZx+x9UBa1eeeZDXwH8pt0CrQf2+SvRl/h2CAPRFkm+Ey96+jKP8Bsgg==",
"_location": "/@svgr/hast-util-to-babel-ast",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@svgr/hast-util-to-babel-ast@^5.4.0",
"name": "@svgr/hast-util-to-babel-ast",
"escapedName": "@svgr%2fhast-util-to-babel-ast",
"scope": "@svgr",
"rawSpec": "^5.4.0",
"saveSpec": null,
"fetchSpec": "^5.4.0"
},
"_requiredBy": [
"/@svgr/plugin-jsx"
],
"_resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.4.0.tgz",
"_shasum": "bb5d002e428f510aa5b53ec0a02377a95b367715",
"_spec": "@svgr/hast-util-to-babel-ast@^5.4.0",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/@svgr/plugin-jsx",
"author": {
"name": "Greg Bergé",
"email": "berge.greg@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/types": "^7.9.5"
},
"deprecated": false,
"description": "Transform HAST to Babel AST (JSX)",
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42",
"homepage": "https://react-svgr.com",
"keywords": [
"html",
"hast",
"babel",
"hast-util",
"unist-util",
"unist"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@svgr/hast-util-to-babel-ast",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/gregberge/svgr/tree/master/packages/hast-util-to-babel-ast"
},
"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"
}