{
  "_args": [
    [
      {
        "raw": "pjax@0.1.4",
        "scope": null,
        "escapedName": "pjax",
        "name": "pjax",
        "rawSpec": "0.1.4",
        "spec": "0.1.4",
        "type": "version"
      },
      "C:\\src\\pnpm\\node_modules\\docpress-base"
    ]
  ],
  "_from": "pjax@0.1.4",
  "_id": "pjax@0.1.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/pjax",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "name": "moox",
    "email": "m@moox.io"
  },
  "_npmVersion": "2.0.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pjax@0.1.4",
    "scope": null,
    "escapedName": "pjax",
    "name": "pjax",
    "rawSpec": "0.1.4",
    "spec": "0.1.4",
    "type": "version"
  },
  "_requiredBy": [
    "/docpress-base"
  ],
  "_resolved": "https://registry.npmjs.org/pjax/-/pjax-0.1.4.tgz",
  "_shasum": "ac4089adda88fd0f1960926026baf2a370c02c7b",
  "_shrinkwrap": null,
  "_spec": "pjax@0.1.4",
  "_where": "C:\\src\\pnpm\\node_modules\\docpress-base",
  "author": {
    "name": "Maxime Thirouin"
  },
  "bugs": {
    "url": "https://github.com/MoOx/pjax/issues"
  },
  "dependencies": {},
  "description": "Easily enable fast Ajax navigation on any website (using pushState +  xhr)",
  "devDependencies": {
    "jscs": "^1.6.2",
    "jshint": "^2.5.6",
    "postcss": "^2.2.5"
  },
  "directories": {},
  "dist": {
    "shasum": "ac4089adda88fd0f1960926026baf2a370c02c7b",
    "tarball": "https://registry.npmjs.org/pjax/-/pjax-0.1.4.tgz"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "src"
  ],
  "gitHead": "a17a6b90bebefd8f5209e6a6f7d8c5d59296232a",
  "homepage": "https://github.com/MoOx/pjax",
  "keywords": [
    "pjax",
    "push",
    "state",
    "ajax",
    "navigation",
    "transition",
    "animation"
  ],
  "license": "MIT",
  "main": "src/pjax.js",
  "maintainers": [
    {
      "name": "moox",
      "email": "m@moox.io"
    }
  ],
  "name": "pjax",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MoOx/pjax.git"
  },
  "scripts": {
    "lint": "jscs **/*.js && jshint . --exclude-path .gitignore",
    "test": "npm run lint"
  },
  "version": "0.1.4"
}
