package.json 1.8 KB
{
  "_from": "ast-types@0.9.6",
  "_id": "ast-types@0.9.6",
  "_inBundle": false,
  "_integrity": "sha1-ECyenpAF0+fjgpvwxPok7oYu6bk=",
  "_location": "/ast-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ast-types@0.9.6",
    "name": "ast-types",
    "escapedName": "ast-types",
    "rawSpec": "0.9.6",
    "saveSpec": null,
    "fetchSpec": "0.9.6"
  },
  "_requiredBy": [
    "/commoner/recast"
  ],
  "_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.6.tgz",
  "_shasum": "102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9",
  "_spec": "ast-types@0.9.6",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\commoner\\node_modules\\recast",
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "bugs": {
    "url": "https://github.com/benjamn/ast-types/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "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",
  "name": "ast-types",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/ast-types.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --full-trace test/run.js"
  },
  "version": "0.9.6"
}