123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "@svgr/hast-util-to-babel-ast@^5.5.0",
- "_id": "@svgr/hast-util-to-babel-ast@5.5.0",
- "_inBundle": false,
- "_integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
- "_location": "/@svgr/hast-util-to-babel-ast",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@svgr/hast-util-to-babel-ast@^5.5.0",
- "name": "@svgr/hast-util-to-babel-ast",
- "escapedName": "@svgr%2fhast-util-to-babel-ast",
- "scope": "@svgr",
- "rawSpec": "^5.5.0",
- "saveSpec": null,
- "fetchSpec": "^5.5.0"
- },
- "_requiredBy": [
- "/@svgr/plugin-jsx"
- ],
- "_resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
- "_shasum": "5ee52a9c2533f73e63f8f22b779f93cd432a5461",
- "_spec": "@svgr/hast-util-to-babel-ast@^5.5.0",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@svgr\\plugin-jsx",
- "author": {
- "name": "Greg Bergé",
- "email": "berge.greg@gmail.com"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/types": "^7.12.6"
- },
- "deprecated": false,
- "description": "Transform HAST to Babel AST (JSX)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23",
- "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.5.0"
- }
|