jam-cloud/jam-ui/node_modules/react-select/package.json

104 lines
2.4 KiB
JSON

{
"_args": [
[
"react-select@3.2.0",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "react-select@3.2.0",
"_id": "react-select@3.2.0",
"_inBundle": false,
"_integrity": "sha512-B/q3TnCZXEKItO0fFN/I0tWOX3WJvi/X2wtdffmwSQVRwg5BpValScTO1vdic9AxlUgmeSzib2hAZAwIUQUZGQ==",
"_location": "/react-select",
"_phantomChildren": {
"@babel/runtime": "7.14.0",
"csstype": "3.0.8",
"loose-envify": "1.4.0",
"prop-types": "15.7.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-select@3.2.0",
"name": "react-select",
"escapedName": "react-select",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-select/-/react-select-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Jed Watson"
},
"browser": {
"./dist/react-select.cjs.js": "./dist/react-select.browser.cjs.js",
"./dist/react-select.esm.js": "./dist/react-select.browser.esm.js"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@emotion/cache": "^10.0.9",
"@emotion/core": "^10.0.9",
"@emotion/css": "^10.0.9",
"memoize-one": "^5.0.0",
"prop-types": "^15.6.0",
"react-input-autosize": "^3.0.0",
"react-transition-group": "^4.3.0"
},
"description": "A Select control built with and for ReactJS",
"devDependencies": {
"enzyme": "^3.8.0",
"enzyme-to-json": "^3.3.0",
"jest-in-case": "^1.0.2",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"files": [
"dist",
"src",
"base",
"animated",
"async",
"creatable",
"async-creatable"
],
"keywords": [
"combobox",
"form",
"input",
"multiselect",
"react",
"react-component",
"select",
"ui"
],
"license": "MIT",
"main": "dist/react-select.cjs.js",
"module": "dist/react-select.esm.js",
"name": "react-select",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"preconstruct": {
"entrypoints": [
".",
"base",
"animated",
"async",
"creatable",
"async-creatable"
]
},
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/react-select/tree/master/packages/react-select"
},
"sideEffects": false,
"version": "3.2.0"
}