package.json 2.7 KB
{
  "_args": [
    [
      {
        "raw": "ast-types@0.x.x",
        "scope": null,
        "escapedName": "ast-types",
        "name": "ast-types",
        "rawSpec": "0.x.x",
        "spec": ">=0.0.0 <1.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/degenerator"
    ]
  ],
  "_from": "ast-types@>=0.0.0 <1.0.0",
  "_id": "ast-types@0.9.5",
  "_inCache": true,
  "_location": "/ast-types",
  "_nodeVersion": "4.7.3",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/ast-types-0.9.5.tgz_1486421202730_0.6579056631308049"
  },
  "_npmUser": {
    "name": "benjamn",
    "email": "bn@cs.stanford.edu"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ast-types@0.x.x",
    "scope": null,
    "escapedName": "ast-types",
    "name": "ast-types",
    "rawSpec": "0.x.x",
    "spec": ">=0.0.0 <1.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/commoner/recast",
    "/degenerator"
  ],
  "_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.5.tgz",
  "_shasum": "1a660a09945dbceb1f9c9cbb715002617424e04a",
  "_shrinkwrap": null,
  "_spec": "ast-types@0.x.x",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/degenerator",
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "bugs": {
    "url": "https://github.com/benjamn/ast-types/issues"
  },
  "dependencies": {},
  "description": "Esprima-compatible implementation of the Mozilla JS Parser API",
  "devDependencies": {
    "babel-core": "^5.6.15",
    "espree": "^3.1.7",
    "esprima": "~1.2.2",
    "esprima-fb": "~14001.1.0-dev-harmony-fb",
    "mocha": "~3.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "1a660a09945dbceb1f9c9cbb715002617424e04a",
    "tarball": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.5.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "gitHead": "795111b88745a3ead88adfd8ce3ac86bc4261d45",
  "homepage": "http://github.com/benjamn/ast-types",
  "keywords": [
    "ast",
    "abstract syntax tree",
    "hierarchy",
    "mozilla",
    "spidermonkey",
    "parser api",
    "esprima",
    "types",
    "type system",
    "type checking",
    "dynamic types",
    "parsing",
    "transformation",
    "syntax"
  ],
  "license": "MIT",
  "main": "main.js",
  "maintainers": [
    {
      "name": "benjamn",
      "email": "bn@cs.stanford.edu"
    }
  ],
  "name": "ast-types",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/ast-types.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --full-trace test/run.js"
  },
  "version": "0.9.5"
}