my-idlers/node_modules/@popperjs/core/package.json
cp6 fd22b0bf58 V2 (Laravel re-make)
V2 (Laravel re-make)
2022-03-06 02:02:12 +11:00

160 lines
5.2 KiB
JSON

{
"_args": [
[
"@popperjs/core@2.11.2",
"C:\\laragon\\www\\idlers"
]
],
"_development": true,
"_from": "@popperjs/core@2.11.2",
"_id": "@popperjs/core@2.11.2",
"_inBundle": false,
"_integrity": "sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==",
"_location": "/@popperjs/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@popperjs/core@2.11.2",
"name": "@popperjs/core",
"escapedName": "@popperjs%2fcore",
"scope": "@popperjs",
"rawSpec": "2.11.2",
"saveSpec": null,
"fetchSpec": "2.11.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.2.tgz",
"_spec": "2.11.2",
"_where": "C:\\laragon\\www\\idlers",
"author": {
"name": "Federico Zivolo",
"email": "federico.zivolo@gmail.com"
},
"babel": {
"extends": "./.config/babel.config"
},
"bugs": {
"url": "https://github.com/popperjs/popper-core/issues"
},
"description": "Tooltip and Popover Positioning Engine",
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@babel/cli": "^7.12.17",
"@babel/core": "^7.12.17",
"@babel/plugin-transform-flow-strip-types": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@fezvrasta/tsc-silent": "^1.3.0",
"@khanacademy/flow-to-ts": "^0.3.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-replace": "^2.3.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
"babel-plugin-add-import-extension": "^1.4.4",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-inline-replace-variables": "^1.3.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"concurrently": "^5.3.0",
"dotenv": "^8.2.0",
"eslint": "^7.20.0",
"eslint-plugin-flowtype": "^5.2.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unused-imports": "^1.1.0",
"flow-bin": "^0.139.0",
"flow-copy-source": "^2.0.9",
"get-port-cli": "^2.0.0",
"husky": "^5.0.9",
"jest": "^26.6.3",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-environment-puppeteer": "^4.4.0",
"jest-image-snapshot": "^4.3.0",
"jest-puppeteer": "^4.4.0",
"pinst": "^2.1.4",
"poster": "^0.0.9",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"puppeteer": "^10.4.0",
"replace-in-files-cli": "^1.0.0",
"rollup": "^2.39.0",
"rollup-plugin-flow-entry": "^0.3.3",
"rollup-plugin-license": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^4.2.0",
"serve": "^11.3.2",
"typescript": "^4.1.5"
},
"eslintConfig": {
"extends": "./.config/eslint.config"
},
"files": [
"index.d.ts",
"/dist",
"/lib"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
},
"homepage": "https://github.com/popperjs/popper-core#readme",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"jest": {
"preset": "./.config/jest.config"
},
"keywords": [
"tooltip",
"popover",
"dropdown",
"popup",
"popper",
"positioning engine"
],
"license": "MIT",
"main": "dist/cjs/popper.js",
"main:umd": "dist/umd/popper.js",
"module": "lib/index.js",
"name": "@popperjs/core",
"prettier": {
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"proseWrap": "always"
},
"repository": {
"type": "git",
"url": "git+https://github.com/popperjs/popper-core.git"
},
"scripts": {
"_postinstall": "husky install .config/husky",
"build": "yarn clean && yarn build:es && yarn build:esbrowser && yarn build:bundles && yarn build:flow && yarn build:typescript",
"build:bundles": "rollup -c .config/rollup.config.js",
"build:dev": "NODE_ENV=dev babel src -d tests/visual/dist",
"build:es": "babel src -d lib --ignore '**/*.test.js','**/__mocks__'",
"build:esbrowser": "BROWSER_COMPAT=true yarn build:es -d dist/esm",
"build:flow": "flow-copy-source --ignore \"**/*.test.js\" src lib && replace-in-files --string=__DEV__ --replacement=false 'lib/**/*.flow'",
"build:typescript": "rimraf dist/typescript; flow-to-ts \"src/**/*.js\" --write --inline-utility-types; tsc-silent --project .config/tsconfig.json --createSourceFile .config/createSourceFile.js --suppress @; rimraf \"src/**/*.ts\"",
"clean": "rimraf lib && rimraf dist && rimraf test/visual/dist",
"dev": "NODE_ENV=dev concurrently 'yarn serve' 'yarn build:dev --watch'",
"postpublish": "pinst --enable",
"prepublishOnly": "yarn build && pinst --disable",
"serve": "serve -l ${DEV_PORT:-5000} tests/visual",
"test": "yarn test:unit && yarn test:functional",
"test:eslint": "eslint .",
"test:flow": "flow",
"test:functional": "DEV_PORT=`get-port` jest tests/functional",
"test:typescript": "tsc --project tests/typescript/tsconfig.json",
"test:unit": "jest --coverage src"
},
"sideEffects": false,
"unpkg": "dist/umd/popper.min.js",
"version": "2.11.2"
}