| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "draggabilly@2.3.0",
- "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
- ]
- ],
- "_from": "draggabilly@2.3.0",
- "_id": "draggabilly@2.3.0",
- "_inBundle": false,
- "_integrity": "sha1-4OZT4JuTjreuZUxLdgARSySi7lA=",
- "_location": "/draggabilly",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "draggabilly@2.3.0",
- "name": "draggabilly",
- "escapedName": "draggabilly",
- "rawSpec": "2.3.0",
- "saveSpec": null,
- "fetchSpec": "2.3.0"
- },
- "_requiredBy": [
- "/xgplayer"
- ],
- "_resolved": "https://registry.npm.taobao.org/draggabilly/download/draggabilly-2.3.0.tgz",
- "_spec": "2.3.0",
- "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
- "author": {
- "name": "David DeSandro"
- },
- "bugs": {
- "url": "https://github.com/desandro/draggabilly/issues"
- },
- "dependencies": {
- "get-size": "^2.0.2",
- "unidragger": "^2.3.0"
- },
- "description": "make that shiz draggable",
- "devDependencies": {
- "eslint": "^7.0.0",
- "eslint-plugin-metafizzy": "^1.0.0",
- "jquery-bridget": "^2.0.1",
- "qunit": "^2.10.0",
- "requirejs": "^2.3.6",
- "uglify-js": "^3.9.3"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://draggabilly.desandro.com/",
- "keywords": [
- "DOM",
- "drag",
- "draggable",
- "touch",
- "multitouch"
- ],
- "license": "MIT",
- "main": "draggabilly.js",
- "name": "draggabilly",
- "repository": {
- "type": "git",
- "url": "git://github.com/desandro/draggabilly.git"
- },
- "scripts": {
- "bundle": "node bin/bundle.js",
- "dist": "npm run bundle && npm run uglify",
- "lint": "npx eslint . && node bin/lint-json.js",
- "lintFix": "npx eslint . --fix",
- "uglify": "npx uglifyjs dist/draggabilly.pkgd.js -o dist/draggabilly.pkgd.min.js --mangle --comments /^!/",
- "version": "node bin/version.js && npm run dist && git add -A . dist"
- },
- "version": "2.3.0"
- }
|