HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/base.komma.pro/node_modules/pjax/package.json
{
  "_from": "pjax@^0.2.8",
  "_id": "pjax@0.2.8",
  "_inBundle": false,
  "_integrity": "sha512-IeVXXIZJzxVDYzV2Td5MZkWJcny8JRCz2dQ1xxhIUbIFgP+08ymV7WXVtbF8NlUd2MZKH1cNvhuTOd2QAOGcOg==",
  "_location": "/pjax",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pjax@^0.2.8",
    "name": "pjax",
    "escapedName": "pjax",
    "rawSpec": "^0.2.8",
    "saveSpec": null,
    "fetchSpec": "^0.2.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pjax/-/pjax-0.2.8.tgz",
  "_shasum": "ce789a6a95ec4f555fa04a350ad1fc3dac0d1b6f",
  "_spec": "pjax@^0.2.8",
  "_where": "/Users/julesgraus/webDevelopment/Boilerplate-Base",
  "author": {
    "name": "Maxime Thirouin"
  },
  "bugs": {
    "url": "https://github.com/MoOx/pjax/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "BehindTheMath"
    },
    {
      "name": "Robin North",
      "url": "http://robinnorth.co.uk"
    }
  ],
  "deprecated": false,
  "description": "Easily enable fast AJAX navigation on any website (using pushState + XHR)",
  "devDependencies": {
    "browserify": "^15.0.0",
    "eslint": "^5.7.0",
    "eslint-config-i-am-meticulous": "^11.0.0",
    "husky": "^1.2.0",
    "jsdom": "^11.5.1",
    "jsdom-global": "^3.0.2",
    "lint-staged": "^8.1.0",
    "npmpub": "^3.1.0",
    "nyc": "^11.4.1",
    "opn-cli": "^3.1.0",
    "prettier": "^1.14.3",
    "serve": "^6.4.4",
    "tap-nyc": "^1.0.3",
    "tap-spec": "^4.1.1",
    "tape": "^4.8.0",
    "uglify-js": "^3.3.8"
  },
  "files": [
    "index.js",
    "lib",
    "pjax.js",
    "pjax.min.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/MoOx/pjax#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm test && lint-staged"
    }
  },
  "keywords": [
    "pjax",
    "pushstate",
    "ajax",
    "navigation",
    "transition",
    "animation"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "prettier --write",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "pjax",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MoOx/pjax.git"
  },
  "scripts": {
    "build": "npm run standalone && uglifyjs pjax.js -o pjax.min.js",
    "build-debug": "browserify index.js --debug --standalone Pjax > pjax.js",
    "coverage": "nyc -x \"tests/**\" npm run coverage-tests",
    "coverage-tests": "npm run tests | tap-nyc",
    "example": "opn http://localhost:3000/example/ && serve -p 3000 .",
    "lint": "eslint .",
    "prepublish": "npm run build",
    "release": "npmpub",
    "standalone": "browserify index.js --standalone Pjax > pjax.js",
    "test": "npm run lint && npm run tests | tap-spec",
    "tests": "tape -r ./tests/setup.js \"./tests/**/*.js\""
  },
  "types": "index.d.ts",
  "version": "0.2.8"
}