{
  "_args": [
    [
      "livewire-sortable@0.2.2",
      "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538"
    ]
  ],
  "_development": true,
  "_from": "livewire-sortable@0.2.2",
  "_id": "livewire-sortable@0.2.2",
  "_inBundle": false,
  "_integrity": "sha512-2Rmp+hC8zeiIFCKs7gZ0BrMmq8s/MJZObD048eczmZxY7yRjNOCQHAGyvnzSLaK6tH6OG5A5k9eI43A5IT8RRA==",
  "_location": "/livewire-sortable",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "livewire-sortable@0.2.2",
    "name": "livewire-sortable",
    "escapedName": "livewire-sortable",
    "rawSpec": "0.2.2",
    "saveSpec": null,
    "fetchSpec": "0.2.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/livewire-sortable/-/livewire-sortable-0.2.2.tgz",
  "_spec": "0.2.2",
  "_where": "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538",
  "author": {
    "name": "Caleb Porzio"
  },
  "bugs": {
    "url": "https://github.com/livewire/sortable/issues"
  },
  "dependencies": {},
  "description": "A plugin/wrapper around [Shopify's sortable package](https://github.com/Shopify/draggable/tree/master/src/Sortable). It makes implementing sortable interfaces super simple using Livewire.",
  "devDependencies": {
    "@babel/core": "^7.7.7",
    "@babel/preset-env": "^7.7.7",
    "@shopify/draggable": "^1.0.0-beta.8",
    "@testing-library/dom": "^6.11.0",
    "@testing-library/jest-dom": "^4.2.4",
    "babel-jest": "^24.8.0",
    "jest": "^24.8.0",
    "jsdom-simulant": "^1.1.2",
    "rollup": "^1.27.14",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^6.2.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.3"
  },
  "homepage": "https://github.com/livewire/sortable#readme",
  "license": "MIT",
  "main": "dist/livewire-sortable.js",
  "name": "livewire-sortable",
  "repository": {
    "type": "git",
    "url": "git://github.com/livewire/sortable.git"
  },
  "scripts": {
    "build": "npx rollup -c",
    "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
    "test": "npx jest",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand",
    "watch": "npx rollup -c -w"
  },
  "version": "0.2.2"
}
