芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-with-styles/package.json
{ "_args": [ [ "react-with-styles@4.2.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "react-with-styles@4.2.0", "_id": "react-with-styles@4.2.0", "_inBundle": false, "_integrity": "sha512-tZCTY27KriRNhwHIbg1NkSdTTOSfXDg6Z7s+Q37mtz0Ym7Sc7IOr3PzVt4qJhJMW6Nkvfi3g34FuhtiGAJCBQA==", "_location": "/react-with-styles", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-with-styles@4.2.0", "name": "react-with-styles", "escapedName": "react-with-styles", "rawSpec": "4.2.0", "saveSpec": null, "fetchSpec": "4.2.0" }, "_requiredBy": [ "/react-dates" ], "_resolved": "https://registry.npmjs.org/react-with-styles/-/react-with-styles-4.2.0.tgz", "_spec": "4.2.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Joe Lencioni", "email": "joe.lencioni@airbnb.com" }, "bugs": { "url": "https://github.com/airbnb/react-with-styles/issues" }, "dependencies": { "airbnb-prop-types": "^2.14.0", "hoist-non-react-statics": "^3.2.1", "object.assign": "^4.1.0", "prop-types": "^15.7.2", "react-with-direction": "^1.3.1" }, "description": "[![Build Status][travis-svg]][travis-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/register": "^7.5.5", "@babel/runtime": "^7.0.0", "airbnb-js-shims": "^2.2.0", "babel-plugin-transform-replace-object-assign": "^2.0.0", "babel-preset-airbnb": "^4.0.1", "chai": "^4.2.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "enzyme-adapter-react-helper": "^1.3.6", "eslint": "^5.16.0", "eslint-config-airbnb": "^18.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.7.0", "in-publish": "^2.0.0", "jsdom": "^14.1.0", "jsdom-global": "3.0.2", "mocha": "^5.2.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-test-renderer": "^16.8.6", "rimraf": "^3.0.0", "safe-publish-latest": "^1.1.2", "sinon": "^6.3.5", "sinon-sandbox": "^2.0.5" }, "directories": { "test": "test" }, "homepage": "https://github.com/airbnb/react-with-styles#readme", "keywords": [ "react", "css", "styles", "aphrodite", "radium", "inline", "styles", "react", "native" ], "license": "MIT", "main": "lib/withStyles.js", "name": "react-with-styles", "peerDependencies": { "@babel/runtime": "^7.0.0", "react": ">=0.14", "react-with-direction": "^1.3.1" }, "repository": { "type": "git", "url": "git+https://github.com/airbnb/react-with-styles.git" }, "scripts": { "build": "npm run clean && babel src/ -d lib/", "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)", "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0", "clean": "rimraf lib", "lint": "eslint --ext .js,.jsx .", "mocha": "mocha test", "mocha:debugger": "mocha --inspect-brk", "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish", "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish", "pretest": "npm run --silent lint", "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed", "tag": "git tag v$npm_package_version", "test": "npm run tests-only", "tests-only": "npm run mocha --silent test", "version:major": "npm --no-git-tag-version version major", "version:minor": "npm --no-git-tag-version version minor", "version:patch": "npm --no-git-tag-version version patch" }, "version": "4.2.0" }