{
  "_args": [
    [
      "xstate@3.3.3",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "xstate@3.3.3",
  "_id": "xstate@3.3.3",
  "_inBundle": false,
  "_integrity": "sha512-p0ZYDPWxZZZRAJyD3jaGO9/MYioHuxZp6sjcLhPfBZHAprl4EDrZRGDqRVH9VvK8oa6Nrbpf+U5eNmn8KFwO3g==",
  "_location": "/xstate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xstate@3.3.3",
    "name": "xstate",
    "escapedName": "xstate",
    "rawSpec": "3.3.3",
    "saveSpec": null,
    "fetchSpec": "3.3.3"
  },
  "_requiredBy": [
    "/gatsby-source-filesystem"
  ],
  "_resolved": "https://registry.npmjs.org/xstate/-/xstate-3.3.3.tgz",
  "_spec": "3.3.3",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "David Khourshid",
    "email": "davidkpiano@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/davidkpiano/xstate/issues"
  },
  "dependencies": {},
  "description": "Simple JavaScript Finite State Machines and Statecharts",
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/mocha": "^2.2.44",
    "@types/node": "^8.9.4",
    "chai": "^4.1.2",
    "mocha": "^3.5.3",
    "prettier": "^1.13.5",
    "scxml-test-framework": "^1.0.2",
    "ts-node": "^3.3.0",
    "tslint": "^5.7.0",
    "typescript": "^2.9.2",
    "webpack": "^3.5.6",
    "xml-js": "^1.6.2"
  },
  "homepage": "https://github.com/davidkpiano/xstate#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "xstate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidkpiano/xstate.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:es && npm run build:umd && npm run build:utils",
    "build:cjs": "tsc",
    "build:es": "tsc --outDir es -m ES2015",
    "build:umd": "webpack -p ./es/index.js ./dist/xstate.js --config webpack.config.js",
    "build:utils": "webpack -p ./es/graph.js ./dist/xstate.utils.js --config webpack.utils.config.js",
    "postversion": "git push --follow-tags",
    "prepublish": "npm run build",
    "prettify": "prettier --config ./.prettierrc --write ./{lib,es,src,test}/**/*.ts",
    "publish:beta": "npm version patch && npm publish --tag beta",
    "start": "npm run build",
    "test": "npm run prettify && mocha --require ts-node/register test/**.ts test/**/*.test.ts",
    "version": "npm run build",
    "watch": "webpack ./lib/index.js ./dist/xstate.js --config webpack.config.js -w"
  },
  "types": "lib/index.d.ts",
  "version": "3.3.3"
}
