1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "clipboard",
- "_id": "clipboard@2.0.6",
- "_inBundle": false,
- "_integrity": "sha1-UpISlu7A/fd+rRdJQhshyWhkc3Y=",
- "_location": "/clipboard",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "clipboard",
- "name": "clipboard",
- "escapedName": "clipboard",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-2.0.6.tgz?cache=0&sync_timestamp=1583389667105&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fclipboard%2Fdownload%2Fclipboard-2.0.6.tgz",
- "_shasum": "52921296eec0fdf77ead1749421b21c968647376",
- "_spec": "clipboard",
- "_where": "D:\\66\\AAwork\\web-app",
- "bugs": {
- "url": "https://github.com/zenorocha/clipboard.js/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "good-listener": "^1.2.2",
- "select": "^1.1.2",
- "tiny-emitter": "^2.0.0"
- },
- "deprecated": false,
- "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"
- }
|