{ "_args": [ [ "dragula-with-animation@3.7.4", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_from": "dragula-with-animation@3.7.4", "_id": "dragula-with-animation@3.7.4", "_inBundle": false, "_integrity": "sha512-Kdvld/s4ASLRgP5w8lzK64P+8XUX9ccNGn0rmXDCG9AuvyzUxvVo+HxLQoRMyRPCQWAZ3xzA7b3ghcFIz+QsIA==", "_location": "/dragula-with-animation", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "dragula-with-animation@3.7.4", "name": "dragula-with-animation", "escapedName": "dragula-with-animation", "rawSpec": "3.7.4", "saveSpec": null, "fetchSpec": "3.7.4" }, "_requiredBy": [ "/table-dragger" ], "_resolved": "https://registry.npmjs.org/dragula-with-animation/-/dragula-with-animation-3.7.4.tgz", "_spec": "3.7.4", "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI", "author": { "name": "Nicolas Bevacqua", "email": "nicolasbevacqua@gmail.com", "url": "http://bevacqua.io/" }, "bugs": { "url": "https://github.com/bevacqua/dragula/issues" }, "dependencies": { "contra": "1.9.4", "crossvent": "1.5.4" }, "description": "Drag and drop so simple it hurts", "devDependencies": { "bower": "1.5.2", "browserify": "11.0.0", "clean-css": "3.3.6", "electron-prebuilt": "0.30.1", "hihat": "1.2.1", "jshint": "2.8.0", "jshint-stylish": "2.0.1", "nib": "1.1.0", "phantomjs": "2.1.3", "stylus": "0.52.0", "tap-dev-tool": "1.3.0", "tape": "4.0.1", "tape-run": "^2.1.3", "uglify-js": "2.4.24", "watchify": "3.3.0" }, "homepage": "https://github.com/bevacqua/dragula", "license": "MIT", "main": "dragula.js", "name": "dragula-with-animation", "repository": { "type": "git", "url": "git+https://github.com/bevacqua/dragula.git" }, "scripts": { "build": "npm run scripts && npm run styles", "deploy": "npm run build && npm run deployment && npm run sync", "deploy-angular": "cd ../angularjs-dragula ; git pull ; npm i -S dragula@* ; git commit package.json -m 'bumped dragula version'; npm run deploy", "deploy-plugins": "npm run deploy-react ; npm run deploy-angular ; cd ../dragula", "deploy-react": "cd ../react-dragula ; git pull ; npm i -S dragula@* ; git commit package.json -m 'bumped dragula version'; npm run deploy", "deployment": "git add dist && npm version ${BUMP:-\"patch\"} --no-git-tag-version && git add package.json && git commit -am \"Autogenerated pre-deployment commit\" && bower version ${BUMP:-\"patch\"} && git reset HEAD~2 && git add . && git commit -am \"Release $(cat package.json | jq -r .version)\" && git push --tags && npm publish && git push", "lint": "jshint . --reporter node_modules/jshint-stylish/index.js", "scripts": "jshint . && browserify -s dragula -do dist/dragula.js dragula.js && uglifyjs -m -c -o dist/dragula.min.js dist/dragula.js", "start": "watchify -dvo example/example.min.js example/example.js & watchify -dvs dragula -o dist/dragula.js dragula.js & stylus -w dragula.styl --import node_modules/nib -o dist", "styles": "stylus dragula.styl --import node_modules/nib -o dist && cleancss dist/dragula.css -o dist/dragula.min.css", "sync": "git checkout gh-pages ; git merge master ; git push ; git checkout master", "test": "npm run lint && browserify test/*.js | tape-run", "test-watch": "hihat test/*.js -p tap-dev-tool" }, "version": "3.7.4" }