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.
64 lines
1.8 KiB
64 lines
1.8 KiB
{ |
|
"_from": "@svgr/hast-util-to-babel-ast@^4.3.2", |
|
"_id": "@svgr/hast-util-to-babel-ast@4.3.2", |
|
"_inBundle": false, |
|
"_integrity": "sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg==", |
|
"_location": "/@svgr/hast-util-to-babel-ast", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "@svgr/hast-util-to-babel-ast@^4.3.2", |
|
"name": "@svgr/hast-util-to-babel-ast", |
|
"escapedName": "@svgr%2fhast-util-to-babel-ast", |
|
"scope": "@svgr", |
|
"rawSpec": "^4.3.2", |
|
"saveSpec": null, |
|
"fetchSpec": "^4.3.2" |
|
}, |
|
"_requiredBy": [ |
|
"/@svgr/plugin-jsx" |
|
], |
|
"_resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-4.3.2.tgz", |
|
"_shasum": "1d5a082f7b929ef8f1f578950238f630e14532b8", |
|
"_spec": "@svgr/hast-util-to-babel-ast@^4.3.2", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/@svgr/plugin-jsx", |
|
"author": { |
|
"name": "Greg Bergé", |
|
"email": "berge.greg@gmail.com" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"@babel/types": "^7.4.4" |
|
}, |
|
"deprecated": false, |
|
"description": "Transform HAST to Babel AST (JSX)", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"gitHead": "85446119414d768be3ab660ed4a20930a59f8eb5", |
|
"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/smooth-code/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": "4.3.2" |
|
}
|
|
|