{ "_from": "simple-dropzone@^0.8.3", "_id": "simple-dropzone@0.8.3", "_inBundle": false, "_integrity": "sha512-y0i8Tf1O9whdRh2NXE2a7y3U0wbQXTbPnRJeHD6XP/tWoLEIwqYxPtnI/Fst3mRASGqMD8hXaRFjgKsO1nbvcg==", "_location": "/simple-dropzone", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "simple-dropzone@^0.8.3", "name": "simple-dropzone", "escapedName": "simple-dropzone", "rawSpec": "^0.8.3", "saveSpec": null, "fetchSpec": "^0.8.3" }, "_requiredBy": [ "/@abi-software/scaffoldvuer" ], "_resolved": "https://registry.npmjs.org/simple-dropzone/-/simple-dropzone-0.8.3.tgz", "_shasum": "1f46245b7ca8f3d840c3fbef7ab683ae45cf82d1", "_spec": "simple-dropzone@^0.8.3", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/@abi-software/scaffoldvuer", "author": { "name": "Don McCurdy", "email": "dm@donmccurdy.com" }, "bugs": { "url": "https://github.com/donmccurdy/simple-dropzone/issues" }, "bundleDependencies": false, "dependencies": { "zip-js-esm": "^1.1.1" }, "deprecated": false, "description": "A simple multi-file drag-and-drop input using vanilla JavaScript.", "devDependencies": { "browserify": "17.0.0", "concurrently": "7.6.0", "microbundle": "0.15.1", "serve": "14.2.0", "tap-spec": "5.0.0", "tape": "5.6.3", "tape-run": "10.0.0" }, "files": [ "dist/", "index.js", "README.md", "LICENSE", "package.json", "package-lock.json" ], "homepage": "https://github.com/donmccurdy/simple-dropzone#readme", "keywords": [ "files", "input", "dropzone", "drag", "drop", "upload" ], "license": "MIT", "main": "dist/simple-dropzone.js", "module": "dist/simple-dropzone.module.js", "name": "simple-dropzone", "repository": { "type": "git", "url": "git+https://github.com/donmccurdy/simple-dropzone.git" }, "scripts": { "dev": "concurrently \"microbundle watch --name SimpleDropzone --external none\" \"serve .\"", "dist": "microbundle --name SimpleDropzone --external none", "postversion": "git push && git push --tags && npm publish", "test": "browserify test.js | tape-run | tap-spec", "version": "npm run dist" }, "source": "index.js", "version": "0.8.3" }