|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_args": [
- [
- "react-select@3.1.0",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "react-select@3.1.0",
- "_id": "react-select@3.1.0",
- "_inBundle": false,
- "_integrity": "sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g==",
- "_location": "/react-select",
- "_phantomChildren": {
- "@babel/runtime": "7.9.6",
- "csstype": "2.6.10",
- "loose-envify": "1.4.0",
- "prop-types": "15.7.2"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "react-select@3.1.0",
- "name": "react-select",
- "escapedName": "react-select",
- "rawSpec": "3.1.0",
- "saveSpec": null,
- "fetchSpec": "3.1.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/react-select/-/react-select-3.1.0.tgz",
- "_spec": "3.1.0",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "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"
- },
- "bugs": {
- "url": "https://github.com/JedWatson/react-select/issues"
- },
- "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": "^2.2.2",
- "react-transition-group": "^4.3.0"
- },
- "description": "A Select control built with and for ReactJS",
- "devDependencies": {
- "cypress": "^1.4.1",
- "enzyme": "^3.8.0",
- "enzyme-to-json": "^3.3.0",
- "jest-in-case": "^1.0.2",
- "react": "^16.8.0",
- "react-dom": "^16.8.0"
- },
- "files": [
- "dist",
- "src",
- "base",
- "animated",
- "async",
- "creatable",
- "async-creatable"
- ],
- "homepage": "https://github.com/JedWatson/react-select#readme",
- "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",
- "react-dom": "^16.8.0"
- },
- "preconstruct": {
- "entrypoints": [
- ".",
- "base",
- "animated",
- "async",
- "creatable",
- "async-creatable"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/JedWatson/react-select.git"
- },
- "sideEffects": false,
- "version": "3.1.0"
- }
|