| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "vue-clipboard2@^0.3.3",
- "_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.3",
- "name": "vue-clipboard2",
- "escapedName": "vue-clipboard2",
- "rawSpec": "^0.3.3",
- "saveSpec": null,
- "fetchSpec": "^0.3.3"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/vue-clipboard2/-/vue-clipboard2-0.3.3.tgz",
- "_shasum": "331fec85f9d4f175eb0d4feaef4d77338562af36",
- "_spec": "vue-clipboard2@^0.3.3",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
- "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"
- }
|