react-kiwi-dropdown
Version:
| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha
83 lines (82 loc) • 2.22 kB
JSON
{
"_args": [
[
"@svgr/plugin-jsx@4.3.1",
"/Users/kimvigren/Documents/git/react-kiwi-dropdown/test"
]
],
"_from": "@svgr/plugin-jsx@4.3.1",
"_id": "@svgr/plugin-jsx@4.3.1",
"_inBundle": false,
"_integrity": "sha512-v9sgsn/VpDM9G1U0ZDCair7ZmYqNrVC5LiSyIQli03DAm34bYLM12xVOOrl3dg8NGNY1k4C3A6YgBL3VKjA6Og==",
"_location": "/@svgr/plugin-jsx",
"_phantomChildren": {
"@babel/code-frame": "7.0.0",
"@babel/generator": "7.5.0",
"@babel/helpers": "7.5.4",
"@babel/parser": "7.5.0",
"@babel/template": "7.4.4",
"@babel/traverse": "7.5.0",
"@babel/types": "7.5.0",
"convert-source-map": "1.6.0",
"debug": "4.1.1",
"json5": "2.1.0",
"lodash": "4.17.13",
"resolve": "1.10.0",
"source-map": "0.5.7"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@svgr/plugin-jsx@4.3.1",
"name": "@svgr/plugin-jsx",
"escapedName": "@svgr%2fplugin-jsx",
"scope": "@svgr",
"rawSpec": "4.3.1",
"saveSpec": null,
"fetchSpec": "4.3.1"
},
"_requiredBy": [
"/@svgr/core",
"/@svgr/webpack"
],
"_resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-4.3.1.tgz",
"_spec": "4.3.1",
"_where": "/Users/kimvigren/Documents/git/react-kiwi-dropdown/test",
"author": {
"name": "Greg Bergé",
"email": "berge.greg@gmail.com"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@svgr/babel-preset": "^4.3.1",
"@svgr/hast-util-to-babel-ast": "^4.3.1",
"rehype-parse": "^6.0.0",
"unified": "^7.1.0",
"vfile": "^4.0.1"
},
"description": "Transform SVG into JSX",
"engines": {
"node": ">=8"
},
"gitHead": "06e1e996a92289183fca0aabe4ba286e3a227f1b",
"keywords": [
"svgr-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@svgr/plugin-jsx",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/smooth-code/svgr/tree/master/packages/plugin-jsx"
},
"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.1"
}