{
  "_from": "calipers",
  "_id": "calipers@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-px6bZ6UFXaDeblnIzbYwjwN2BIAayGD7g1nzISnlkxKPKl4FyuFjF/bcGHLP965uAe+TjpjyDqpAgfPzGFeLbA==",
  "_location": "/calipers",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "calipers",
    "name": "calipers",
    "escapedName": "calipers",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/calipers/-/calipers-3.0.0.tgz",
  "_shasum": "8e614a85fb0fc5f957283462384810c1456a98bc",
  "_spec": "calipers",
  "_where": "/var/www/html/api1.turtleking.com",
  "author": {
    "name": "Marcus Gartner"
  },
  "bugs": {
    "url": "https://github.com/calipersjs/calipers/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The fastest Node.js library for measuring image and PDF dimensions.",
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "@typescript-eslint/eslint-plugin": "^4.8.1",
    "@typescript-eslint/parser": "^4.8.1",
    "benny": "^3.7.1",
    "calipers-png": "2.1.0",
    "eslint": "^7.13.0",
    "eslint-config-standard": "^16.0.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "jest": "26.x.x",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.5"
  },
  "homepage": "https://github.com/calipersjs/calipers",
  "keywords": [
    "image",
    "size",
    "pdf",
    "png",
    "jpeg",
    "gif",
    "bmp",
    "svg",
    "webp"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "calipers",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/calipersjs/calipers.git"
  },
  "scripts": {
    "b": "tsc bench/test",
    "bench": "node bench/index.js",
    "bench:ts": "ts-node bench/index.ts",
    "build": "tsc",
    "lint": "eslint .",
    "lint:file": "eslint",
    "lint:fix": "eslint --fix .",
    "test": "jest"
  },
  "version": "3.0.0"
}
