|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_args": [
- [
- "react-input-autosize@2.2.2",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "react-input-autosize@2.2.2",
- "_id": "react-input-autosize@2.2.2",
- "_inBundle": false,
- "_integrity": "sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw==",
- "_location": "/react-input-autosize",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "react-input-autosize@2.2.2",
- "name": "react-input-autosize",
- "escapedName": "react-input-autosize",
- "rawSpec": "2.2.2",
- "saveSpec": null,
- "fetchSpec": "2.2.2"
- },
- "_requiredBy": [
- "/react-data-grid-addons/react-select",
- "/react-select"
- ],
- "_resolved": "https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-2.2.2.tgz",
- "_spec": "2.2.2",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "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-es2015": "^6.24.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": "^15.0",
- "react-dom": "^15.0",
- "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": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.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",
- "publish-examples": "NODE_ENV=production nps publish",
- "start": "webpack-dev-server --progress",
- "test": "jest; true"
- },
- "version": "2.2.2"
- }
|