{
  "_args": [
    [
      "with@7.0.2",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "with@7.0.2",
  "_id": "with@7.0.2",
  "_inBundle": false,
  "_integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==",
  "_location": "/with",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "with@7.0.2",
    "name": "with",
    "escapedName": "with",
    "rawSpec": "7.0.2",
    "saveSpec": null,
    "fetchSpec": "7.0.2"
  },
  "_requiredBy": [
    "/pug-code-gen"
  ],
  "_resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz",
  "_spec": "7.0.2",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/pugjs/with/issues"
  },
  "dependencies": {
    "@babel/parser": "^7.9.6",
    "@babel/types": "^7.9.6",
    "assert-never": "^1.2.1",
    "babel-walk": "3.0.0-canary-5"
  },
  "description": "Compile time `with` for strict mode JavaScript",
  "devDependencies": {
    "@forbeslindesay/tsconfig": "^2.0.0",
    "@types/node": "^14.0.5",
    "mocha": "*",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "tslint": "^6.1.2",
    "typescript": "^3.9.3",
    "uglify-js": "^2.6.2"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "homepage": "https://github.com/pugjs/with#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "with",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pugjs/with.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "tslint './src/**/*.{ts,tsx}' -t verbose -p .",
    "postbuild": "rimraf lib/**/__tests__",
    "pretest": "yarn build",
    "prettier:check": "prettier --ignore-path .gitignore --list-different './**/*.{md,json,yaml,js,jsx,ts,tsx}'",
    "prettier:write": "prettier --ignore-path .gitignore --write './**/*.{md,json,yaml,js,jsx,ts,tsx}'",
    "test": "mocha test/index.js -R spec"
  },
  "version": "7.0.2"
}
