jam-cloud/jam-ui/node_modules/react-input-autosize/package.json

115 lines
3.2 KiB
JSON

{
"_args": [
[
"react-input-autosize@3.0.0",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "react-input-autosize@3.0.0",
"_id": "react-input-autosize@3.0.0",
"_inBundle": false,
"_integrity": "sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg==",
"_location": "/react-input-autosize",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-input-autosize@3.0.0",
"name": "react-input-autosize",
"escapedName": "react-input-autosize",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/react-select"
],
"_resolved": "https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Jed Watson"
},
"bugs": {
"url": "https://github.com/JedWatson/react-input-autosize/issues"
},
"dependencies": {
"prop-types": "^15.5.8"
},
"description": "Auto-resizing Input Component for React",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^6.0.1",
"babel-loader": "^7.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.8",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^3.19.0",
"eslint-config-keystone": "^3.0.0",
"eslint-config-keystone-react": "^1.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^3.0.0",
"gh-pages": "^1.1.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"jest-cli": "^21.0.2",
"less": "^2.3.1",
"less-loader": "^4.0.5",
"nps": "^5.7.1",
"nps-utils": "^1.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"style-loader": "^0.18.2",
"uglify-es": "^3.0.28",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"homepage": "https://github.com/JedWatson/react-input-autosize#readme",
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/fbjs",
"<rootDir>/node_modules/react-dom"
],
"roots": [
"<rootDir>/src"
]
},
"js:next": "dist/react-input-autosize.es.js",
"keywords": [
"react",
"react-component",
"input",
"autosize"
],
"license": "MIT",
"main": "lib/AutosizeInput.js",
"name": "react-input-autosize",
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JedWatson/react-input-autosize.git"
},
"scripts": {
"build": "NODE_ENV=production nps build",
"build-examples": "nps examples",
"deploy": "nps examples && gh-pages -d examples/dist",
"lint": "eslint ./; true",
"start": "webpack-dev-server --progress",
"test": "jest; true"
},
"version": "3.0.0"
}