File: /var/www/tana/frontend/node_modules/postinstall-build/package.json
{
  "_args": [
    [
      "postinstall-build@5.0.1",
      "C:\\OSPanel\\domains\\tana\\frontend"
    ]
  ],
  "_development": true,
  "_from": "postinstall-build@5.0.1",
  "_id": "postinstall-build@5.0.1",
  "_inBundle": false,
  "_integrity": "sha1-uRepB5smF42aJK9aXNjLSpkdEbk=",
  "_location": "/postinstall-build",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postinstall-build@5.0.1",
    "name": "postinstall-build",
    "escapedName": "postinstall-build",
    "rawSpec": "5.0.1",
    "saveSpec": null,
    "fetchSpec": "5.0.1"
  },
  "_requiredBy": [
    "/nunjucks"
  ],
  "_resolved": "https://registry.npmjs.org/postinstall-build/-/postinstall-build-5.0.1.tgz",
  "_spec": "5.0.1",
  "_where": "C:\\OSPanel\\domains\\tana\\frontend",
  "author": {
    "name": "Brian Beck"
  },
  "bin": {
    "postinstall-build": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/exogen/postinstall-build/issues"
  },
  "dependencies": {},
  "description": "Helper for conditionally building your npm package on postinstall in order to support git installs.",
  "devDependencies": {
    "doctoc": "^1.2.0",
    "pre-commit": "^1.1.3",
    "rimraf": "^2.5.4",
    "snazzy": "^6.0.0",
    "standard": "^10.0.0"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "homepage": "https://github.com/exogen/postinstall-build#readme",
  "keywords": [
    "npm",
    "postinstall",
    "build",
    "lib",
    "scripts"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "postinstall-build",
  "pre-commit": [
    "build:docs",
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exogen/postinstall-build.git"
  },
  "scripts": {
    "build": "npm run build:docs",
    "build:docs": "doctoc --title \"## Contents\" README.md",
    "check": "npm run lint && npm test",
    "lint": "standard --verbose | snazzy",
    "test": "cd test && npm test",
    "test:reset": "cd test && npm run reset",
    "test:reset:node_modules": "rimraf test/node_modules"
  },
  "version": "5.0.1"
}