mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
docs:更新文档
This commit is contained in:
81
node_modules/clipboard/package.json
generated
vendored
Normal file
81
node_modules/clipboard/package.json
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"clipboard@2.0.6",
|
||||
"J:\\Github\\CURD-TS"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "clipboard@2.0.6",
|
||||
"_id": "clipboard@2.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-UpISlu7A/fd+rRdJQhshyWhkc3Y=",
|
||||
"_location": "/clipboard",
|
||||
"_optional": true,
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "clipboard@2.0.6",
|
||||
"name": "clipboard",
|
||||
"escapedName": "clipboard",
|
||||
"rawSpec": "2.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/prismjs"
|
||||
],
|
||||
"_resolved": "http://192.168.250.101:4873/clipboard/-/clipboard-2.0.6.tgz",
|
||||
"_spec": "2.0.6",
|
||||
"_where": "J:\\Github\\CURD-TS",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zenorocha/clipboard.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"good-listener": "^1.2.2",
|
||||
"select": "^1.1.2",
|
||||
"tiny-emitter": "^2.0.0"
|
||||
},
|
||||
"description": "Modern copy to clipboard. No Flash. Just 2kb",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-loader": "^7.1.4",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"chai": "^4.2.0",
|
||||
"cross-env": "^5.2.0",
|
||||
"karma": "^3.1.1",
|
||||
"karma-chai": "^0.1.0",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-mocha": "^1.2.0",
|
||||
"karma-sinon": "^1.0.4",
|
||||
"karma-webpack": "^3.0.5",
|
||||
"mocha": "^5.2.0",
|
||||
"sinon": "^7.1.1",
|
||||
"uglifyjs-webpack-plugin": "^2.0.1",
|
||||
"webpack": "^4.5.0",
|
||||
"webpack-cli": "^3.1.2"
|
||||
},
|
||||
"homepage": "https://github.com/zenorocha/clipboard.js#readme",
|
||||
"keywords": [
|
||||
"clipboard",
|
||||
"copy",
|
||||
"cut"
|
||||
],
|
||||
"license": "MIT",
|
||||
"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",
|
||||
"prepublish": "npm run build",
|
||||
"test": "karma start --single-run"
|
||||
},
|
||||
"version": "2.0.6"
|
||||
}
|
||||
Reference in New Issue
Block a user