package.json 2.73 KB
{
  "_args": [
    [
      "constantinople@^3.0.1",
      "/root/nodejs/myapp/node_modules/pug-code-gen"
    ]
  ],
  "_from": "constantinople@>=3.0.1 <4.0.0",
  "_hasShrinkwrap": false,
  "_id": "constantinople@3.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/constantinople",
  "_nodeVersion": "8.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/constantinople_3.1.2_1518220013631_0.12338593752898475"
  },
  "_npmUser": {
    "email": "forbes@lindesay.co.uk",
    "name": "forbeslindesay"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "constantinople",
    "raw": "constantinople@^3.0.1",
    "rawSpec": "^3.0.1",
    "scope": null,
    "spec": ">=3.0.1 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/pug-attrs",
    "/pug-code-gen",
    "/pug-filters"
  ],
  "_resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.2.tgz",
  "_shasum": "d45ed724f57d3d10500017a7d3a889c1381ae647",
  "_shrinkwrap": null,
  "_spec": "constantinople@^3.0.1",
  "_where": "/root/nodejs/myapp/node_modules/pug-code-gen",
  "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"
  },
  "directories": {},
  "dist": {
    "fileCount": 14,
    "integrity": "sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==",
    "shasum": "d45ed724f57d3d10500017a7d3a889c1381ae647",
    "tarball": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.2.tgz",
    "unpackedSize": 34110
  },
  "gitHead": "8c1e731bd862da48df1158980e3171f689f5b9af",
  "homepage": "https://github.com/ForbesLindesay/constantinople#readme",
  "keywords": [
    "acorn",
    "ast",
    "tooling"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    },
    {
      "name": "timothygu",
      "email": "timothygu99@gmail.com"
    }
  ],
  "name": "constantinople",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}