{
  "_args": [
    [
      "constantinople@4.0.1",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "constantinople@4.0.1",
  "_id": "constantinople@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==",
  "_location": "/constantinople",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "constantinople@4.0.1",
    "name": "constantinople",
    "escapedName": "constantinople",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/pug-attrs",
    "/pug-code-gen",
    "/pug-filters"
  ],
  "_resolved": "https://registry.npmjs.org/constantinople/-/constantinople-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/ForbesLindesay/constantinople/issues"
  },
  "dependencies": {
    "@babel/parser": "^7.6.0",
    "@babel/types": "^7.6.1"
  },
  "description": "Determine whether a JavaScript expression evaluates to a constant",
  "devDependencies": {
    "@types/node": "^9.4.4",
    "mocha": "*",
    "prettier": "^1.18.2",
    "typescript": "^2.7.1"
  },
  "homepage": "https://github.com/ForbesLindesay/constantinople#readme",
  "keywords": [
    "constant",
    "ast",
    "tooling"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "constantinople",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForbesLindesay/constantinople.git"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "pretest": "npm run build && npm run prettier:check",
    "prettier:check": "echo \"If prettier fails you can fix it by running npm run prettier:write\" && 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 -R spec"
  },
  "types": "lib/index.d.ts",
  "version": "4.0.1"
}
