You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.9 KiB
68 lines
1.9 KiB
{
|
|
"_from": "vue-clipboard2@^0.3.1",
|
|
"_id": "vue-clipboard2@0.3.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aNWXIL2DKgJyY/1OOeITwAQz1fHaCIGvUFHf9h8UcoQBG5a74MkdhS/xqoYe7DNZdQmZRL+TAdIbtUs9OyVjbw==",
|
|
"_location": "/vue-clipboard2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vue-clipboard2@^0.3.1",
|
|
"name": "vue-clipboard2",
|
|
"escapedName": "vue-clipboard2",
|
|
"rawSpec": "^0.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/vue-clipboard2/-/vue-clipboard2-0.3.3.tgz",
|
|
"_shasum": "331fec85f9d4f175eb0d4feaef4d77338562af36",
|
|
"_spec": "vue-clipboard2@^0.3.1",
|
|
"_where": "D:\\仁舟项目\\admin_dHBzn",
|
|
"author": {
|
|
"name": "Inndy"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Inndy/vue-clipboard2/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"clipboard": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A Vuejs2 & Vuejs3 binding for clipboard.js",
|
|
"devDependencies": {
|
|
"browserify": "^16.1.0",
|
|
"eslint": ">=5.0.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": ">=2.13.0",
|
|
"eslint-plugin-node": ">=7.0.0",
|
|
"eslint-plugin-promise": ">=4.0.0",
|
|
"eslint-plugin-standard": ">=4.0.0",
|
|
"uglify-js": "^3.3.12"
|
|
},
|
|
"homepage": "https://github.com/Inndy/vue-clipboard2#readme",
|
|
"keywords": [
|
|
"vue",
|
|
"vue2",
|
|
"clipboard",
|
|
"clipboard.js"
|
|
],
|
|
"license": "MIT",
|
|
"main": "vue-clipboard.js",
|
|
"name": "vue-clipboard2",
|
|
"peerDependecies": {
|
|
"vue": "^2.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Inndy/vue-clipboard2.git"
|
|
},
|
|
"scripts": {
|
|
"build": "$(npm bin)/eslint vue-clipboard.js && $(npm bin)/browserify browserify-me.js -o dist/vue-clipboard.js && $(npm bin)/uglifyjs dist/vue-clipboard.js -o dist/vue-clipboard.min.js && echo Success"
|
|
},
|
|
"version": "0.3.3"
|
|
}
|
|
|