{
  "_args": [
    [
      {
        "raw": "jstransform@^11.0.3",
        "scope": null,
        "escapedName": "jstransform",
        "name": "jstransform",
        "rawSpec": "^11.0.3",
        "spec": ">=11.0.3 <12.0.0",
        "type": "range"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/envify"
    ]
  ],
  "_from": "jstransform@>=11.0.3 <12.0.0",
  "_id": "jstransform@11.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/jstransform",
  "_nodeVersion": "0.10.40",
  "_npmUser": {
    "name": "zpao",
    "email": "paul@oshannessy.com"
  },
  "_npmVersion": "2.13.0",
  "_phantomChildren": {
    "amdefine": "1.0.0"
  },
  "_requested": {
    "raw": "jstransform@^11.0.3",
    "scope": null,
    "escapedName": "jstransform",
    "name": "jstransform",
    "rawSpec": "^11.0.3",
    "spec": ">=11.0.3 <12.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/envify"
  ],
  "_resolved": "https://registry.npmjs.org/jstransform/-/jstransform-11.0.3.tgz",
  "_shasum": "09a78993e0ae4d4ef4487f6155a91f6190cb4223",
  "_shrinkwrap": null,
  "_spec": "jstransform@^11.0.3",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/envify",
  "bin": {
    "jstransform": "bin/jstransform"
  },
  "bugs": {
    "url": "https://github.com/facebook/jstransform/issues"
  },
  "contributors": [
    {
      "name": "Jeff Morrison",
      "email": "jeffmo@fb.com"
    }
  ],
  "dependencies": {
    "base62": "^1.1.0",
    "commoner": "^0.10.1",
    "esprima-fb": "^15001.1.0-dev-harmony-fb",
    "object-assign": "^2.0.0",
    "source-map": "^0.4.2"
  },
  "description": "A simple AST visitor-based JS transformer",
  "devDependencies": {
    "jest-cli": "^0.4.0",
    "jshint": "^2.6.3"
  },
  "directories": {},
  "dist": {
    "shasum": "09a78993e0ae4d4ef4487f6155a91f6190cb4223",
    "tarball": "https://registry.npmjs.org/jstransform/-/jstransform-11.0.3.tgz"
  },
  "engines": {
    "node": ">=0.8.8"
  },
  "gitHead": "a8859cfc60bebe7c5a45132df061854481178bd7",
  "homepage": "https://github.com/facebook/jstransform#readme",
  "jest": {
    "scriptPreprocessor": "<rootDir>/jestPreprocessor.js",
    "setupEnvScriptFile": "<rootDir>/jestEnvironment.js",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/__tests__/[^/]*/.+"
    ]
  },
  "keywords": [
    "transformer",
    "compiler",
    "syntax",
    "visitor"
  ],
  "license": "BSD-3-Clause",
  "main": "src/jstransform",
  "maintainers": [
    {
      "name": "jeffmo",
      "email": "jeff@anafx.com"
    },
    {
      "name": "zpao",
      "email": "paul@oshannessy.com"
    },
    {
      "name": "amasad",
      "email": "amjad.masad@gmail.com"
    },
    {
      "name": "gabelevi",
      "email": "gabelevi@gmail.com"
    }
  ],
  "name": "jstransform",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/facebook/jstransform.git"
  },
  "scripts": {
    "prepublish": "jest && jshint --config=.jshintrc --exclude=node_modules .",
    "test": "jest && jshint --config=.jshintrc --exclude=node_modules ."
  },
  "version": "11.0.3"
}
