package.json 1.91 KB
{
  "_from": "constantinople@^3.1.2",
  "_id": "constantinople@3.1.2",
  "_inBundle": false,
  "_integrity": "sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==",
  "_location": "/constantinople",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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",
  "_shasum": "d45ed724f57d3d10500017a7d3a889c1381ae647",
  "_spec": "constantinople@^3.1.2",
  "_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/pug-code-gen",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/ForbesLindesay/constantinople/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/babel-types": "^7.0.0",
    "@types/babylon": "^6.16.2",
    "babel-types": "^6.26.0",
    "babylon": "^6.18.0"
  },
  "deprecated": false,
  "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"
}