UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

147 lines (146 loc) 4.73 kB
{ "_from": "react-popper@^1.3.3", "_id": "react-popper@1.3.3", "_inBundle": false, "_integrity": "sha1-LGzvdRWpkSVrTwU2zUvctYp7avY=", "_location": "/react-popper", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "react-popper@^1.3.3", "name": "react-popper", "escapedName": "react-popper", "rawSpec": "^1.3.3", "saveSpec": null, "fetchSpec": "^1.3.3" }, "_requiredBy": [ "/semantic-ui-react" ], "_resolved": "http://172.24.24.236:8081/repository/npmGroup24.236/react-popper/-/react-popper-1.3.3.tgz", "_shasum": "2c6cef7515a991256b4f0536cd4bdcb58a7b6af6", "_spec": "react-popper@^1.3.3", "_where": "G:\\dhcc-app-dll\\node_modules\\semantic-ui-react", "author": { "name": "Travis Arnold", "email": "travis@souporserious.com", "url": "http://souporserious.com" }, "bugs": { "url": "https://github.com/souporserious/react-popper/issues" }, "bundleDependencies": false, "dependencies": { "@babel/runtime": "^7.1.2", "create-react-context": "<=0.2.2", "popper.js": "^1.14.4", "prop-types": "^15.6.1", "typed-styles": "^0.0.7", "warning": "^4.0.2" }, "deprecated": false, "description": "React wrapper around Popper.js", "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/plugin-external-helpers": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-transform-modules-commonjs": "^7.1.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/preset-stage-2": "^7.0.0", "@types/react": "^16.1.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "cross-env": "^5.1.4", "emotion": "^9.1.1", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.3.3", "eslint": "^4.19.1", "eslint-config-prettier": "^2.9.0", "eslint-plugin-flowtype": "^2.46.1", "eslint-plugin-jest": "^21.15.0", "eslint-plugin-promise": "^3.7.0", "eslint-plugin-react": "^7.7.0", "flow-bin": "^0.69.0", "flow-copy-source": "^1.3.0", "gh-pages": "^1.1.0", "git-branch-is": "^0.1.0", "jest": "^22.4.3", "parcel-bundler": "^1.10.1", "prettier": "^1.11.1", "pretty-quick": "^1.4.1", "react": "16.2.0", "react-dom": "^16.3.0", "react-emotion": "^9.1.1", "react-spring": "^4.0.1", "recompose": "^0.26.0", "rimraf": "^2.6.2", "rollup": "^0.60.0", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-size-snapshot": "^0.5.1", "rollup-plugin-uglify": "^4.0.0", "typescript": "^2.8.1" }, "files": [ "/dist", "/lib", "/typings/react-popper.d.ts" ], "homepage": "https://github.com/souporserious/react-popper", "jest": { "setupTestFrameworkScriptFile": "<rootDir>jest.setup.js", "snapshotSerializers": [ "enzyme-to-json/serializer" ] }, "keywords": [ "react", "react-popper", "popperjs", "component", "drop", "tooltip", "popover" ], "license": "MIT", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "name": "react-popper", "peerDependencies": { "react": "0.14.x || ^15.0.0 || ^16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/souporserious/react-popper.git" }, "scripts": { "build": "npm run build:clean && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:flow", "build:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir lib/cjs", "build:clean": "rimraf dist/ && rimraf lib/", "build:esm": "cross-env BABEL_ENV=esm babel src --out-dir lib/esm", "build:flow": "flow-copy-source --ignore '{__mocks__/*,*.test}.js' src lib/cjs", "build:umd": "rollup -c && rimraf dist/index.esm.js", "demo:build": "parcel build --out-dir demo/dist demo/index.html --public-url=/react-popper", "demo:deploy": "yarn demo:build && gh-pages -d demo/dist", "demo:dev": "parcel --out-dir demo/dist demo/index.html", "precommit": "pretty-quick --staged && test", "prepare": "npm run build", "prepublishOnly": "git-branch-is master", "test": "npm run test:eslint && npm run test:flow && npm run test:ts && npm run test:jest", "test:eslint": "eslint src", "test:flow": "flow check", "test:jest": "jest", "test:ts": "tsc --project ./typings/tests" }, "typings": "typings/react-popper.d.ts", "version": "1.3.3" }