1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/clipboard/package.json

95 lines
2.6 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "clipboard@^2.0.6",
"_id": "clipboard@2.0.11",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==",
2023-12-18 13:12:25 +08:00
"_location": "/clipboard",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "clipboard@^2.0.6",
2023-12-18 13:12:25 +08:00
"name": "clipboard",
"escapedName": "clipboard",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.0.6",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.0.6"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/clipboard/-/clipboard-2.0.11.tgz",
"_shasum": "62180360b97dd668b6b3a84ec226975762a70be5",
"_spec": "clipboard@^2.0.6",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main",
2023-12-18 13:12:25 +08:00
"bugs": {
"url": "https://github.com/zenorocha/clipboard.js/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
"tiny-emitter": "^2.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Modern copy to clipboard. No Flash. Just 2kb",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
2023-12-18 13:12:25 +08:00
"chai": "^4.2.0",
2024-01-16 21:26:16 +08:00
"cross-env": "^7.0.3",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.0.9",
"karma": "^6.0.0",
2023-12-18 13:12:25 +08:00
"karma-chai": "^0.1.0",
2024-01-16 21:26:16 +08:00
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
2023-12-18 13:12:25 +08:00
"karma-sinon": "^1.0.4",
2024-01-16 21:26:16 +08:00
"karma-webpack": "^5.0.0-alpha.5",
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"prettier": "2.2.1",
"sinon": "^9.2.3",
"tsd": "^0.7.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.15.0",
"webpack-cli": "^4.4.0"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"homepage": "https://clipboardjs.com",
2023-12-18 13:12:25 +08:00
"keywords": [
"clipboard",
"copy",
"cut"
],
"license": "MIT",
2024-01-16 21:26:16 +08:00
"lint-staged": {
"*.{js,css,md}": [
"prettier --write",
"eslint --fix"
]
},
2023-12-18 13:12:25 +08:00
"main": "dist/clipboard.js",
"name": "clipboard",
"repository": {
"type": "git",
"url": "git+https://github.com/zenorocha/clipboard.js.git"
},
"scripts": {
"build": "npm run build-debug && npm run build-min",
"build-debug": "webpack",
"build-min": "cross-env NODE_ENV=production webpack",
"build-watch": "webpack --watch",
2024-01-16 21:26:16 +08:00
"lint": "eslint --ext .js src/",
2023-12-18 13:12:25 +08:00
"prepublish": "npm run build",
2024-01-16 21:26:16 +08:00
"test": "karma start --single-run",
"test:types": "tsd"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"types": "src/clipboard.d.ts",
"version": "2.0.11"
2023-12-18 13:12:25 +08:00
}