芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-tooltip/package.json
{ "_args": [ [ "react-tooltip@4.2.15", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "react-tooltip@4.2.15", "_id": "react-tooltip@4.2.15", "_inBundle": false, "_integrity": "sha512-xmVWi6N1qsrACiAquv28jhQ10igFbQX0Xk5rjSjgUPi9BAf8lCFhYpdFXe6NrEeuPrM7hdZkePa3eS2SrIRxIw==", "_location": "/react-tooltip", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-tooltip@4.2.15", "name": "react-tooltip", "escapedName": "react-tooltip", "rawSpec": "4.2.15", "saveSpec": null, "fetchSpec": "4.2.15" }, "_requiredBy": [ "/@buffetjs/styles", "/strapi-admin" ], "_resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.15.tgz", "_spec": "4.2.15", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "wwayne" }, "browserify-shim": { "react": "global:React", "react-dom": "global:ReactDOM" }, "bugs": { "url": "https://github.com/wwayne/react-tooltip/issues" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "dependencies": { "prop-types": "^15.7.2", "uuid": "^7.0.3" }, "description": "react tooltip component", "devDependencies": { "@babel/cli": "^7.7.4", "@babel/core": "^7.7.4", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.8.3", "@babel/register": "^7.8.3", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.2.0", "@commitlint/travis-cli": "^8.3.5", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@semantic-release/changelog": "^5.0.0", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/npm": "^7.0.5", "@semantic-release/release-notes-generator": "^9.0.1", "@svgr/rollup": "^4.3.3", "@testing-library/react": "^11.0.4", "babel-eslint": "^4.1.1", "babel-loader": "v8.0.0-beta.0", "babelify": "^9.0.0", "browserify": "^13.0.0", "browserify-shim": "^3.8.12", "chai": "^4.2.0", "chai-enzyme": "^1.0.0-beta.1", "chai-spies": "^1.0.0", "commitizen": "2.9.6", "concurrently": "^2.1.0", "cpy-cli": "^3.1.1", "cz-conventional-changelog": "^3.1.0", "enzyme": "^2.3.0", "enzyme-adapter-react-16": "^1.15.2", "eslint": "^6.8.0", "eslint-config-jss": "5.0.1", "eslint-config-prettier": "6.10.0", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-prettier": "3.1.2", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.16.0", "eslint-plugin-standard": "^4.0.1", "gh-pages": "1.1.0", "github-changes": "^1.1.2", "http-server": "^0.11.1", "husky": "^3.1.0", "ignore-styles": "5.0.1", "jsdom": "^16.4.0", "lint-staged": "^10.2.7", "mocha": "^8.1.3", "mocha-each": "^2.0.1", "mocha-jsdom": "^2.0.0", "node-sass": "^4.13.1", "npm-run-all": "^4.1.5", "postcss-nested": "^4.2.1", "postcss-simple-vars": "^5.0.2", "prettier": "1.19.1", "pretty-quick": "^2.0.1", "react": "^16.4.1", "react-addons-test-utils": "^15.1.0", "react-dom": "^16.4.1", "rimraf": "^3.0.0", "rollup": "^1.27.5", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-eslint": "7.0.0", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-postcss": "^2.0.3", "rollup-plugin-sass": "^1.2.2", "rollup-plugin-stylelint": "1.0.0", "rollup-plugin-url": "^3.0.1", "semantic-release": "^17.0.4", "snazzy": "^2.0.1", "standard": "^5.2.2", "stylelint": "13.2.0", "stylelint-config-standard": "20.0.0", "uglifyjs": "^2.4.10", "watchify": "^3.11.1" }, "engines": { "npm": ">=6.13" }, "files": [ "dist" ], "homepage": "https://github.com/wwayne/react-tooltip#readme", "husky": { "hooks": { "pre-commit": "yarn pretest", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "jsnext:main": "dist/index.es.js", "keywords": [ "react", "react-component", "tooltip", "react-tooltip" ], "license": "MIT", "lint-staged": { "*.{js,ts}": "yarn eslint:fix" }, "main": "dist/index.js", "module": "dist/index.es.js", "name": "react-tooltip", "peerDependencies": { "react": ">=16.0.0", "react-dom": ">=16.0.0" }, "release": { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ], "branch": "master" }, "repository": { "type": "git", "url": "git+https://github.com/wwayne/react-tooltip.git" }, "scripts": { "build": "npm-run-all clean copy:types build:rollup", "build:rollup": "rollup -c", "build:watch": "rollup -c -w", "clean": "rimraf dist", "cm": "git cz", "copy:types": "cpy ./react-tooltip.d.ts ./dist --parents --dot", "eslint:fix": "eslint . --ignore-path ./.eslintignore --fix", "gh-pages": "gh-pages -d example", "github-changes": "github-changes -o wwayne -r react-tooltip -a --only-pulls --use-commit-body", "lint:staged": "lint-staged", "pretest": "npm-run-all pretty:quick lint:staged", "pretty:quick": "pretty-quick --staged", "semantic-release": "semantic-release", "start": "npm-run-all clean build:watch", "test:unit": "mocha --require @babel/register --require ignore-styles test/*.spec.js" }, "types": "dist/react-tooltip.d.ts", "version": "4.2.15" }