1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
| {
| "_from": "sortablejs@1.8.4",
| "_id": "sortablejs@1.8.4",
| "_inBundle": false,
| "_integrity": "sha512-Brqnzelu1AhFuc0Fn3N/qFex1tlIiuQIUsfu2J8luJ4cRgXYkWrByxa+y5mWEBlj8A0YoABukflIJwvHyrwJ6Q==",
| "_location": "/sortablejs",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "sortablejs@1.8.4",
| "name": "sortablejs",
| "escapedName": "sortablejs",
| "rawSpec": "1.8.4",
| "saveSpec": null,
| "fetchSpec": "1.8.4"
| },
| "_requiredBy": [
| "/",
| "/vuedraggable"
| ],
| "_resolved": "https://registry.npmmirror.com/sortablejs/-/sortablejs-1.8.4.tgz",
| "_shasum": "1bbfeafa96d399b83f28e25d8e49d4fbfd867f30",
| "_spec": "sortablejs@1.8.4",
| "_where": "D:\\源码\\vue-element-admin-master",
| "bugs": {
| "url": "https://github.com/SortableJS/Sortable/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
| "devDependencies": {
| "gulp": "^4.0.0",
| "gulp-each": "^0.5.0",
| "gulp-rename": "^1.4.0",
| "gulp-uglify": "^3.0.1",
| "http-server": "^0.9.0",
| "pump": "^3.0.0"
| },
| "exportName": "Sortable",
| "files": [
| "Sortable.js",
| "Sortable.min.js"
| ],
| "homepage": "https://github.com/SortableJS/Sortable#readme",
| "keywords": [
| "sortable",
| "reorder",
| "drag",
| "meteor",
| "angular",
| "ng-sortable",
| "react",
| "vue",
| "mixin"
| ],
| "license": "MIT",
| "main": "Sortable.js",
| "maintainers": [
| {
| "name": "Konstantin Lebedev",
| "email": "ibnRubaXa@gmail.com"
| },
| {
| "name": "Owen Mills",
| "email": "owen23355@gmail.com"
| }
| ],
| "name": "sortablejs",
| "repository": {
| "type": "git",
| "url": "git://github.com/SortableJS/Sortable.git"
| },
| "scripts": {
| "http-server": "http-server -s ./",
| "prepublish": "gulp build"
| },
| "spm": {
| "main": "Sortable.js",
| "ignore": [
| "meteor",
| "st"
| ]
| },
| "version": "1.8.4"
| }
|
|