{
  "_args": [
    [
      "jstransform@^10.0.1",
      "/Users/nw/motion/packages/motion/node_modules/envify"
    ]
  ],
  "_from": "jstransform@>=10.0.1 <11.0.0",
  "_id": "jstransform@10.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/jstransform",
  "_npmUser": {
    "email": "gabelevi@gmail.com",
    "name": "gabelevi"
  },
  "_npmVersion": "1.4.16",
  "_phantomChildren": {
    "amdefine": "1.0.0"
  },
  "_requested": {
    "name": "jstransform",
    "raw": "jstransform@^10.0.1",
    "rawSpec": "^10.0.1",
    "scope": null,
    "spec": ">=10.0.1 <11.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/envify"
  ],
  "_resolved": "https://registry.npmjs.org/jstransform/-/jstransform-10.1.0.tgz",
  "_shasum": "b4c49bf63f162c108b0348399a8737c713b0a83a",
  "_shrinkwrap": null,
  "_spec": "jstransform@^10.0.1",
  "_where": "/Users/nw/motion/packages/motion/node_modules/envify",
  "bugs": {
    "url": "https://github.com/facebook/jstransform/issues"
  },
  "contributors": [
    {
      "name": "Jeff Morrison",
      "email": "jeffmo@fb.com"
    }
  ],
  "dependencies": {
    "base62": "0.1.1",
    "esprima-fb": "13001.1001.0-dev-harmony-fb",
    "source-map": "0.1.31"
  },
  "description": "A simple AST visitor-based JS transformer",
  "devDependencies": {
    "jest-cli": "^0.2",
    "jshint": "^2.5.10"
  },
  "directories": {},
  "dist": {
    "shasum": "b4c49bf63f162c108b0348399a8737c713b0a83a",
    "tarball": "http://registry.npmjs.org/jstransform/-/jstransform-10.1.0.tgz"
  },
  "engines": {
    "node": ">=0.8.8"
  },
  "gitHead": "90201cf6e40549bacf0efe8915600658a9564471",
  "homepage": "https://github.com/facebook/jstransform",
  "jest": {
    "scriptPreprocessor": "<rootDir>/jestPreprocessor.js",
    "setupEnvScriptFile": "<rootDir>/jestEnvironment.js",
    "testPathIgnorePatterns": [
      "/__tests__/[^/]*/.+",
      "/node_modules/"
    ]
  },
  "keywords": [
    "compiler",
    "syntax",
    "transformer",
    "visitor"
  ],
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "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": "10.1.0"
}
