153 lines
4.6 KiB
JSON
153 lines
4.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-textarea-autosize@8.4.1",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "react-textarea-autosize@8.4.1",
|
|
"_id": "react-textarea-autosize@8.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aD2C+qK6QypknC+lCMzteOdIjoMbNlgSFmJjCV+DrfTPwp59i/it9mMNf2HDzvRjQgKAyBDPyLJhcrzElf2U4Q==",
|
|
"_location": "/react-textarea-autosize",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-textarea-autosize@8.4.1",
|
|
"name": "react-textarea-autosize",
|
|
"escapedName": "react-textarea-autosize",
|
|
"rawSpec": "8.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "8.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-json-view"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.4.1.tgz",
|
|
"_spec": "8.4.1",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Andrey Popp",
|
|
"email": "8mayday@gmail.com",
|
|
"url": "httsps://andreypopp.com/"
|
|
},
|
|
"browser": {
|
|
"./dist/react-textarea-autosize.esm.js": "./dist/react-textarea-autosize.browser.esm.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Andarist/react-textarea-autosize/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Mateusz Burzyński",
|
|
"email": "mateuszburzynski@gmail.com",
|
|
"url": "https://github.com/Andarist"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.13",
|
|
"use-composed-ref": "^1.3.0",
|
|
"use-latest": "^1.2.1"
|
|
},
|
|
"description": "textarea component for React which grows with content",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.3",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
"@babel/plugin-transform-runtime": "^7.21.0",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.21.0",
|
|
"@changesets/changelog-github": "^0.4.4",
|
|
"@changesets/cli": "^2.22.0",
|
|
"@preconstruct/cli": "^2.3.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^10.4.9",
|
|
"@types/react": "^16.14.35",
|
|
"@types/react-dom": "^16.9.17",
|
|
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
"@typescript-eslint/parser": "^5.51.0",
|
|
"babel-eslint": "11.0.0-beta.2",
|
|
"bytes": "^3.1.0",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"husky": "^4.2.5",
|
|
"jest": "^29.4.2",
|
|
"jest-environment-jsdom": "^29.4.2",
|
|
"lint-staged": "^10.2.8",
|
|
"parcel": "2.0.0-nightly.454",
|
|
"prettier": "^2.8.4",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"rimraf": "^3.0.2",
|
|
"terser": "^4.7.0",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"module": {
|
|
"worker": "./dist/react-textarea-autosize.worker.esm.js",
|
|
"browser": "./dist/react-textarea-autosize.browser.esm.js",
|
|
"default": "./dist/react-textarea-autosize.esm.js"
|
|
},
|
|
"default": "./dist/react-textarea-autosize.cjs.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/Andarist/react-textarea-autosize#readme",
|
|
"keywords": [
|
|
"autosize",
|
|
"grow",
|
|
"react",
|
|
"react-component",
|
|
"textarea"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/react-textarea-autosize.cjs.js",
|
|
"module": "dist/react-textarea-autosize.esm.js",
|
|
"name": "react-textarea-autosize",
|
|
"packageManager": "yarn@3.1.1",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"preconstruct": {
|
|
"exports": {
|
|
"envConditions": [
|
|
"browser",
|
|
"worker"
|
|
]
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Andarist/react-textarea-autosize.git"
|
|
},
|
|
"scripts": {
|
|
"build": "preconstruct build",
|
|
"changeset": "changeset",
|
|
"clean": "rimraf dist",
|
|
"docs:build": "npm run build --prefix example",
|
|
"docs:dev": "npm run dev --prefix example",
|
|
"docs:publish": "npm run docs:build && cd ./example/dist && git init && git commit --allow-empty -m 'update docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update docs' && git push git@github.com:Andarist/react-textarea-autosize gh-pages --force",
|
|
"lint": "eslint --ext .js,.ts,.tsx src",
|
|
"prebuild": "npm run clean",
|
|
"prepare": "npm run build",
|
|
"prerelease": "npm run lint && npm test",
|
|
"release": "changeset publish",
|
|
"test": "jest",
|
|
"test:watch": "npm test -- --watch"
|
|
},
|
|
"sideEffects": false,
|
|
"version": "8.4.1"
|
|
}
|