126 lines
3.3 KiB
JSON
126 lines
3.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"mobile-drag-drop@2.3.0-rc.2",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "mobile-drag-drop@2.3.0-rc.2",
|
|
"_id": "mobile-drag-drop@2.3.0-rc.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4rHP0PUeWkSp0O3waNHPQZCHeZnLu8bE59MerWOnZJ249BCyICXL1WWp3xqkMKXEDFYuhfk3bS42bKB9IeN9uw==",
|
|
"_location": "/mobile-drag-drop",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mobile-drag-drop@2.3.0-rc.2",
|
|
"name": "mobile-drag-drop",
|
|
"escapedName": "mobile-drag-drop",
|
|
"rawSpec": "2.3.0-rc.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.3.0-rc.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@finos/perspective-viewer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mobile-drag-drop/-/mobile-drag-drop-2.3.0-rc.2.tgz",
|
|
"_spec": "2.3.0-rc.2",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "Tim Ruffles",
|
|
"email": "me@truffles.me.uk"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/timruffles/ios-html5-drag-drop-shim/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Stefan Steinhart",
|
|
"email": "stefansteinhart@artec-engineering.com"
|
|
},
|
|
{
|
|
"name": "Kaur Kuut",
|
|
"email": "strom@nevermore.ee"
|
|
},
|
|
{
|
|
"name": "Tim Ruffles",
|
|
"email": "me@truffles.me.uk"
|
|
},
|
|
{
|
|
"name": "Joshua-Smith",
|
|
"email": "noidea@example.com"
|
|
},
|
|
{
|
|
"name": "Jason Hickner",
|
|
"email": "jhickner@gmail.com"
|
|
},
|
|
{
|
|
"name": "Matt Oakley",
|
|
"email": "matt@annaandmatt.net"
|
|
},
|
|
{
|
|
"name": "James Smith",
|
|
"email": "jellyes2@gmail.com"
|
|
},
|
|
{
|
|
"name": "James Shore",
|
|
"email": "shore.james@gmail.com"
|
|
},
|
|
{
|
|
"name": "Paul Shirren",
|
|
"email": "shirro@shirro.com"
|
|
},
|
|
{
|
|
"name": "Simon Altschuler",
|
|
"email": "simon@altschuler.dk"
|
|
}
|
|
],
|
|
"description": "Polyfill for making HTML5 drag and drop possible in all browsers.",
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-bump": "^0.8.0",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-connect": "^1.0.2",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-uglify": "^3.3.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-exec": "^3.0.0",
|
|
"grunt-npm": "0.0.2",
|
|
"rollup": "^0.54.1",
|
|
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
"tslint": "^5.9.1",
|
|
"typescript": "^2.6.2"
|
|
},
|
|
"homepage": "http://timruffles.github.io/ios-html5-drag-drop-shim/demo/",
|
|
"keywords": [
|
|
"dragdrop",
|
|
"drag-drop",
|
|
"html5",
|
|
"shim",
|
|
"mobile",
|
|
"polyfill"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.min.js",
|
|
"name": "mobile-drag-drop",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/timruffles/ios-html5-drag-drop-shim.git"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt compile",
|
|
"release:build": "grunt build-release",
|
|
"release:prepare:major": "grunt prepare-release:major",
|
|
"release:prepare:minor": "grunt prepare-release:minor",
|
|
"release:prepare:patch": "grunt prepare-release:patch",
|
|
"release:prepare:prerelease": "grunt prepare-release:prerelease",
|
|
"release:publish": "grunt publish-release && npm publish release",
|
|
"release:serve": "grunt serve-release",
|
|
"start": "grunt",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "2.3.0-rc.2"
|
|
}
|