File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/sortablejs/package.json
{
"_from": "sortablejs@1.12.0",
"_id": "sortablejs@1.12.0",
"_inBundle": false,
"_integrity": "sha512-bPn57rCjBRlt2sC24RBsu40wZsmLkSo2XeqG8k6DC1zru5eObQUIPPZAQG7W2SJ8FZQYq+BEJmvuw1Zxb3chqg==",
"_location": "/sortablejs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sortablejs@1.12.0",
"name": "sortablejs",
"escapedName": "sortablejs",
"rawSpec": "1.12.0",
"saveSpec": null,
"fetchSpec": "1.12.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.12.0.tgz",
"_shasum": "ee6d7ece3598c2af0feb1559d98595e5ea37cbd6",
"_spec": "sortablejs@1.12.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"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",
"devDependencies": {
"colorette": "^1.2.1",
"microbundle": "^0.12.3",
"npm-run-all": "^4.1.5",
"typescript": "^3.9.7"
},
"files": [
"dist",
"modular"
],
"gitHead": "e4dc8b0fb9fa5af4ea0864a7023e55c0b026f16f",
"homepage": "https://github.com/SortableJS/Sortable#readme",
"keywords": [
"sortable",
"reorder",
"drag",
"meteor",
"angular",
"ng-sortable",
"react",
"vue",
"mixin"
],
"license": "MIT",
"main": "dist/sortable.umd.js",
"maintainers": [
{
"name": "Konstantin Lebedev",
"email": "ibnRubaXa@gmail.com"
},
{
"name": "Owen Mills",
"email": "owen23355@gmail.com"
},
{
"name": "Wayne Van Son",
"email": "waynevanson@gmail.com"
}
],
"module": "modular/sortable.complete.esm.js",
"name": "sortablejs",
"repository": {
"type": "git",
"url": "git://github.com/SortableJS/Sortable.git"
},
"scripts": {
"build": "npm-run-all --parallel build:*",
"build:modular-complete": "microbundle -f esm -i src/modular-complete.ts -o modular/sortable.complete.esm.js",
"build:modular-core": "microbundle -f esm -i src/modular-core.ts -o modular/sortable.core.esm.js",
"build:modular-default": "microbundle -f esm -i src/modular-default.ts -o modular/sortable.esm.js",
"build:umd": "microbundle -f umd -i src/umd.ts -o dist/sortable.umd.js --name Sortable",
"prepublishOnly": "yarn build"
},
"version": "1.12.0"
}