102 lines
3.5 KiB
JSON
102 lines
3.5 KiB
JSON
{
|
|
"_from": "@egjs/hammerjs@^2.0.17",
|
|
"_id": "@egjs/hammerjs@2.0.17",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==",
|
|
"_location": "/@egjs/hammerjs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@egjs/hammerjs@^2.0.17",
|
|
"name": "@egjs/hammerjs",
|
|
"escapedName": "@egjs%2fhammerjs",
|
|
"scope": "@egjs",
|
|
"rawSpec": "^2.0.17",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.17"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-native-gesture-handler"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz",
|
|
"_shasum": "5dc02af75a6a06e4c2db0202cae38c9263895124",
|
|
"_spec": "@egjs/hammerjs@^2.0.17",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/react-native-gesture-handler",
|
|
"bugs": {
|
|
"url": "https://github.com/naver/hammer.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@types/hammerjs": "^2.0.36"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A javascript library for multi-touch gestures",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-transform-object-assign": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"babel-plugin-no-side-effect-class-properties": "0.0.4",
|
|
"bannerize": "^1.0.2",
|
|
"blanket": "^1.2.3",
|
|
"changelogplease": "^1.2.0",
|
|
"ember-suave": "^4.0.0",
|
|
"git-tags": "^0.2.4",
|
|
"hammer-simulator": "git://github.com/hammerjs/simulator.git#master",
|
|
"jquery": "^3.1.0",
|
|
"jquery-hammerjs": "2.0.x",
|
|
"jscs": "^3.0.7",
|
|
"jshint": "^2.9.2",
|
|
"jshint-stylish": "^2.2.0",
|
|
"lodash-compat": "^3.10.2",
|
|
"node-qunit-phantomjs": "^1.4.0",
|
|
"print-sizes": "^0.1.0",
|
|
"qunitjs": "^2.0.0",
|
|
"rollup": "^0.66.0",
|
|
"rollup-plugin-analyzer": "^2.1.0",
|
|
"rollup-plugin-babel": "^4.0.3",
|
|
"rollup-plugin-replace": "^2.1.0",
|
|
"rollup-plugin-uglify": "^6.0.0",
|
|
"run-when-changed": "^1.2.0",
|
|
"serve": "^1.4.0",
|
|
"uglify-js": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"homepage": "http://naver.github.io/egjs",
|
|
"keywords": [
|
|
"touch",
|
|
"gestures"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/hammer.js",
|
|
"module": "dist/hammer.esm.js",
|
|
"name": "@egjs/hammerjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/naver/hammer.js.git"
|
|
},
|
|
"scripts": {
|
|
"bannerize": "bannerize hammer.js hammer.min.js",
|
|
"build": "npm run rollup && npm run test:node && npm run printsizes",
|
|
"connect": "serve -p 8000 ./",
|
|
"jscs": " jscs src/**/*.js tests/unit/*.js tests/unit/gestures/*.js --config=./.jscsrc",
|
|
"jshint": "jshint src/**/*.js tests/unit/*.js tests/unit/gestures/*.js --config .jshintrc --verbose --reporter=node_modules/jshint-stylish",
|
|
"printsizes": "print-sizes ./dist --exclude=\\.map",
|
|
"qunit": "phantomjs node_modules/qunit-phantomjs-runner/runner-list.js tests/unit/index.html 15",
|
|
"rollup": "rollup -c",
|
|
"test": "npm run build && npm run qunit",
|
|
"test:node": "node ./dist/hammer.js",
|
|
"testbuild": "rollup -c ./testrollup.config.js",
|
|
"watch": "run-when-changed --watch 'src/**/*.js' --watch 'tests/unit/*.js' --watch 'tests/unit/gestures/*.js' --exec 'npm run watch-tasks'",
|
|
"watch-tasks": "npm run rollup && npm run string-replace && npm run uglify && npm run jshint && npm run jscs"
|
|
},
|
|
"sideEffects": false,
|
|
"title": "Hammer.JS",
|
|
"types": "src/hammer.d.ts",
|
|
"version": "2.0.17"
|
|
}
|