{
  "_from": "@egjs/axes@^3.9.1",
  "_id": "@egjs/axes@3.9.2",
  "_inBundle": false,
  "_integrity": "sha512-LEyJfhAdOrg672twCtH9KUloMTGCERm2tqxNLaXFjm/2rOcd4n5yrUofIjY0m/oG146XmSLeCR9+ri2kOA4BHg==",
  "_location": "/@egjs/axes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@egjs/axes@^3.9.1",
    "name": "@egjs/axes",
    "escapedName": "@egjs%2faxes",
    "scope": "@egjs",
    "rawSpec": "^3.9.1",
    "saveSpec": null,
    "fetchSpec": "^3.9.1"
  },
  "_requiredBy": [
    "/@egjs/flicking"
  ],
  "_resolved": "https://registry.npmjs.org/@egjs/axes/-/axes-3.9.2.tgz",
  "_shasum": "37347442816d706e51b38dd5f6ac8b2d6bb41e0a",
  "_spec": "@egjs/axes@^3.9.1",
  "_where": "/var/www/laravelapp/node_modules/@egjs/flicking",
  "author": {
    "name": "NAVER Corp."
  },
  "bugs": {
    "url": "https://github.com/naver/egjs-axes/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@cfcs/core": "^0.1.0",
    "@egjs/agent": "^2.2.1",
    "@egjs/component": "^3.0.1"
  },
  "deprecated": false,
  "description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.",
  "devDependencies": {
    "@daybrush/jsdoc": "^0.3.12",
    "@egjs/build-helper": "^0.1.2",
    "@egjs/common-demo": "github:naver/egjs#common-demo",
    "@egjs/release-helper": "0.0.3",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.1.2",
    "chalk": "^2.3.0",
    "clean-webpack-plugin": "^0.1.17",
    "coveralls": "^3.0.0",
    "cpx": "^1.5.0",
    "egjs-jsdoc-template": "^1.4.4",
    "fs-extra": "^5.0.0",
    "gh-pages": "^1.1.0",
    "hammer-simulator": "0.0.1",
    "husky": "^0.14.3",
    "inject-loader": "^3.0.1",
    "istanbul-instrumenter-loader": "^3.0.0",
    "jsdoc": "^3.5.5",
    "jsdoc-to-mdx": "^1.1.2",
    "karma": "^2.0.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage-istanbul-reporter": "^1.3.3",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.9",
    "lite-fixture": "^1.0.2",
    "marked": "^0.3.12",
    "mocha": "^4.1.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.5.1",
    "rollup": "^0.66.1",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-prototype-minify": "^1.0.1",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-typescript": "^1.0.0",
    "rollup-plugin-typescript2": "^0.17.1",
    "rollup-plugin-uglify": "^6.0.0",
    "sinon": "^4.1.4",
    "string-replace-webpack-plugin": "0.1.3",
    "sync-exec": "^0.6.2",
    "ts-loader": "8.0.6",
    "typescript": "~4.6.2",
    "uglifyjs-webpack-plugin": "^1.1.6",
    "webpack": "^3.10.0",
    "webpack-dev-server": "^2.10.1",
    "webpack-merge": "^4.1.1",
    "write-file-webpack-plugin": "^4.2.0",
    "xml2js": "^0.4.19"
  },
  "files": [
    "./*",
    "declaration/*",
    "outjs/*",
    "dist/*"
  ],
  "homepage": "https://github.com/naver/egjs-axes",
  "license": "MIT",
  "main": "dist/axes.cjs.js",
  "module": "dist/axes.esm.js",
  "name": "@egjs/axes",
  "namespace": {
    "eg": "eg"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/naver/egjs-axes.git"
  },
  "scripts": {
    "build": "rollup -c && npm run declaration && npm run test:node",
    "coverage": "karma start --coverage",
    "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
    "start": "webpack-dev-server --open",
    "test": "karma start",
    "test:chrome": "karma start --chrome",
    "test:node": "node ./dist/axes.pkgd.js"
  },
  "sideEffects": false,
  "types": "declaration/index.d.ts",
  "version": "3.9.2"
}
