1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "clipboardy@2.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "clipboardy@2.0.0",
- "_id": "clipboardy@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-P87kIf3spOamLOcrZvPrDEIWWs0=",
- "_location": "/clipboardy",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "clipboardy@2.0.0",
- "name": "clipboardy",
- "escapedName": "clipboardy",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/@vue/cli-service"
- ],
- "_resolved": "https://registry.npm.taobao.org/clipboardy/download/clipboardy-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/clipboardy/issues"
- },
- "dependencies": {
- "arch": "^2.1.1",
- "execa": "^1.0.0"
- },
- "description": "Access the system clipboard (copy/paste)",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.js",
- "index.d.ts",
- "lib",
- "fallbacks"
- ],
- "homepage": "https://github.com/sindresorhus/clipboardy#readme",
- "keywords": [
- "clipboard",
- "copy",
- "paste",
- "copy-paste",
- "pasteboard",
- "read",
- "write",
- "pbcopy",
- "clip",
- "xclip",
- "xsel"
- ],
- "license": "MIT",
- "name": "clipboardy",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/clipboardy.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "2.0.0"
- }
|