package.json 1.85 KB
{
  "_args": [
    [
      "constantinople@3.1.2",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_from": "constantinople@3.1.2",
  "_id": "constantinople@3.1.2",
  "_inBundle": false,
  "_integrity": "sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==",
  "_location": "/constantinople",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "constantinople@3.1.2",
    "name": "constantinople",
    "escapedName": "constantinople",
    "rawSpec": "3.1.2",
    "saveSpec": null,
    "fetchSpec": "3.1.2"
  },
  "_requiredBy": [
    "/pug-attrs",
    "/pug-code-gen",
    "/pug-filters"
  ],
  "_resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.2.tgz",
  "_spec": "3.1.2",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/ForbesLindesay/constantinople/issues"
  },
  "dependencies": {
    "@types/babel-types": "^7.0.0",
    "@types/babylon": "^6.16.2",
    "babel-types": "^6.26.0",
    "babylon": "^6.18.0"
  },
  "description": "Determine whether a JavaScript expression evaluates to a constant (using acorn)",
  "devDependencies": {
    "@types/node": "^9.4.4",
    "mocha": "*",
    "typescript": "^2.7.1"
  },
  "homepage": "https://github.com/ForbesLindesay/constantinople#readme",
  "keywords": [
    "acorn",
    "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",
    "test": "mocha -R spec"
  },
  "types": "lib/index.d.ts",
  "version": "3.1.2"
}