| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "vue-clipboard2@0.3.1",
- "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
- ]
- ],
- "_from": "vue-clipboard2@0.3.1",
- "_id": "vue-clipboard2@0.3.1",
- "_inBundle": false,
- "_integrity": "sha1-blUft704SImyiw2jsSKJ7WvKSJQ=",
- "_location": "/vue-clipboard2",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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": [
- "/"
- ],
- "_resolved": "https://registry.npm.taobao.org/vue-clipboard2/download/vue-clipboard2-0.3.1.tgz",
- "_spec": "0.3.1",
- "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
- "author": {
- "name": "Inndy"
- },
- "bugs": {
- "url": "https://github.com/Inndy/vue-clipboard2/issues"
- },
- "dependencies": {
- "clipboard": "^2.0.0"
- },
- "description": "A Vuejs2 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.1"
- }
|