芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/copy-to-clipboard/package.json
{ "_args": [ [ "copy-to-clipboard@3.3.1", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "copy-to-clipboard@3.3.1", "_id": "copy-to-clipboard@3.3.1", "_inBundle": false, "_integrity": "sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==", "_location": "/copy-to-clipboard", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "copy-to-clipboard@3.3.1", "name": "copy-to-clipboard", "escapedName": "copy-to-clipboard", "rawSpec": "3.3.1", "saveSpec": null, "fetchSpec": "3.3.1" }, "_requiredBy": [ "/react-copy-to-clipboard" ], "_resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz", "_spec": "3.3.1", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "sudodoki", "email": "smd.deluzion@gmail.com" }, "bugs": { "url": "https://github.com/sudodoki/copy-to-clipboard/issues" }, "contributors": [ { "name": "Aleksej Shvajka", "url": "https://github.com/shvaikalesh" } ], "dependencies": { "toggle-selection": "^1.0.6" }, "description": "Copy stuff into clipboard using JS with fallbacks", "devDependencies": { "browserify": "^13.0.1", "nightwatch": "^0.9.1", "node-static": "^0.7.7", "selenium-server-standalone-jar": "2.53.0", "uglify-js": "^3.5.3" }, "directories": { "example": "example" }, "homepage": "https://github.com/sudodoki/copy-to-clipboard#readme", "keywords": [ "clipboard", "copy", "browser" ], "license": "MIT", "main": "index.js", "name": "copy-to-clipboard", "repository": { "type": "git", "url": "git+https://github.com/sudodoki/copy-to-clipboard.git" }, "scripts": { "pretest": "browserify ./index.js --standalone copyToClipboard | uglifyjs -cm > example/index.js", "test": "nightwatch" }, "types": "index.d.ts", "version": "3.3.1" }