package.json 2.1 KB

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