comparison default/node_modules/nestable2/package.json @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 {
2 "_from": "nestable2@^1.3.0",
3 "_id": "[email protected]",
4 "_inBundle": false,
5 "_integrity": "sha512-/jBy2FhAqik/yV1fYDqbP3OvGLb/wpjweg91UTzIREI+69hbqkKjJ9L+/FSBejYM0WMhvd2Q2p0+8XXetv0egA==",
6 "_location": "/nestable2",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "nestable2@^1.3.0",
12 "name": "nestable2",
13 "escapedName": "nestable2",
14 "rawSpec": "^1.3.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.3.0"
17 },
18 "_requiredBy": [
19 "/"
20 ],
21 "_resolved": "https://registry.npmjs.org/nestable2/-/nestable2-1.6.0.tgz",
22 "_shasum": "83ffe2483cca1c63771ec0012693b5155bfdd115",
23 "_spec": "nestable2@^1.3.0",
24 "_where": "/srv/http/premieradmin-bs4/dist",
25 "author": {
26 "name": "David Bushell",
27 "email": "[email protected]",
28 "url": "https://github.com/dbushell"
29 },
30 "bugs": {
31 "url": "https://github.com/RamonSmit/Nestable2/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Ramon Smit",
37 "email": "[email protected]"
38 },
39 {
40 "name": "Martin Zeman",
41 "email": "[email protected]"
42 },
43 {
44 "name": "Marek Skiba",
45 "email": "[email protected]"
46 }
47 ],
48 "dependencies": {
49 "jquery": ">=1.7.2"
50 },
51 "deprecated": false,
52 "description": "Drag & drop hierarchical list with mouse and touch compatibility",
53 "devDependencies": {
54 "gulp": "^3.9.1",
55 "gulp-clean-css": "^3.4.2",
56 "gulp-eslint": "^4.0.0",
57 "gulp-rename": "^1.2.2",
58 "gulp-sass": "^3.1.0",
59 "gulp-uglify": "^3.0.0"
60 },
61 "homepage": "https://github.com/RamonSmit/Nestable2#readme",
62 "keywords": [
63 "jquery",
64 "tree",
65 "list",
66 "sortable",
67 "nestable",
68 "nestable2",
69 "drag",
70 "drop"
71 ],
72 "license": "MIT",
73 "main": "jquery.nestable.js",
74 "name": "nestable2",
75 "repository": {
76 "type": "git",
77 "url": "git://github.com/RamonSmit/Nestable2.git"
78 },
79 "scripts": {
80 "test": "gulp test"
81 },
82 "version": "1.6.0"
83 }