File: //home/arjun/projects/buyercall/node_modules/vue-clipboard2/package.json
{
"_args": [
[
"vue-clipboard2@0.3.3",
"/home/arjun/projects/buyercall"
]
],
"_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": "version",
"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.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.3.3.tgz",
"_spec": "0.3.3",
"_where": "/home/arjun/projects/buyercall",
"author": {
"name": "Inndy"
},
"bugs": {
"url": "https://github.com/Inndy/vue-clipboard2/issues"
},
"dependencies": {
"clipboard": "^2.0.0"
},
"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"
}