{
  "_args": [
    [
      "is-touch-device@1.0.1",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "is-touch-device@1.0.1",
  "_id": "is-touch-device@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-LAYzo9kMT1b2p19L/1ATGt2XcSilnzNlyvq6c0pbPRVisLbAPpLqr53tIJS00kvrTkj0HtR8U7+u8X0yR8lPSw==",
  "_location": "/is-touch-device",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-touch-device@1.0.1",
    "name": "is-touch-device",
    "escapedName": "is-touch-device",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/react-dates"
  ],
  "_resolved": "https://registry.npmjs.org/is-touch-device/-/is-touch-device-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/airbnb/is-touch-device/issues"
  },
  "contributors": [
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "https://github.com/ljharb"
    },
    {
      "name": "Maja Wichrowska",
      "email": "maja.wichrowska@airbnb.com"
    },
    {
      "name": "Victor",
      "email": "victor@turo.com",
      "url": "https://github.com/tagoro9"
    }
  ],
  "description": "Is the current JS environment a touch device?",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-preset-airbnb": "^2.2.3",
    "babel-register": "^6.24.1",
    "chai": "^4.0.2",
    "cross-env": "^5.0.1",
    "editorconfig-tools": "^0.1.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.3.0",
    "in-publish": "^2.0.0",
    "mkdirp": "^0.5.1",
    "mocha": "^3.4.2",
    "mocha-wrap": "^2.1.1",
    "nyc": "^10.3.2",
    "rimraf": "^2.6.1",
    "safe-publish-latest": "^1.1.1"
  },
  "homepage": "https://github.com/airbnb/is-touch-device#readme",
  "keywords": [
    "touch",
    "is",
    "documenttouch",
    "maxtouchpoints",
    "msmaxtouchpoints",
    "touchpoints",
    "ontouchstart"
  ],
  "license": "MIT",
  "main": "build",
  "name": "is-touch-device",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/is-touch-device.git"
  },
  "scripts": {
    "build": "babel src --out-dir build",
    "clean": "rimraf build && mkdirp src",
    "coverage": "cross-env NODE_ENV=test nyc npm run tests-only",
    "lint": "eslint .",
    "prebuild": "npm run clean",
    "prelint": "editorconfig-tools check * src/* test/*",
    "prepublish": "safe-publish-latest && (not-in-publish || npm run build)",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "mocha test"
  },
  "version": "1.0.1"
}
