{ "_from": "jstransform@~11.0.0", "_id": "jstransform@11.0.3", "_inBundle": false, "_integrity": "sha1-CaeJk+CuTU70SH9hVakfYZDLQiM=", "_location": "/jstransform", "_phantomChildren": { "amdefine": "1.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "jstransform@~11.0.0", "name": "jstransform", "escapedName": "jstransform", "rawSpec": "~11.0.0", "saveSpec": null, "fetchSpec": "~11.0.0" }, "_requiredBy": [ "/es3ify" ], "_resolved": "http://registry.npm.taobao.org/jstransform/download/jstransform-11.0.3.tgz", "_shasum": "09a78993e0ae4d4ef4487f6155a91f6190cb4223", "_spec": "jstransform@~11.0.0", "_where": "C:\\code\\FED\\fortnite\\web\\1807-工具页面\\node_modules\\es3ify", "bin": { "jstransform": "bin/jstransform" }, "bugs": { "url": "https://github.com/facebook/jstransform/issues" }, "bundleDependencies": false, "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" }, "deprecated": false, "description": "A simple AST visitor-based JS transformer", "devDependencies": { "jest-cli": "^0.4.0", "jshint": "^2.6.3" }, "engines": { "node": ">=0.8.8" }, "homepage": "https://github.com/facebook/jstransform#readme", "jest": { "scriptPreprocessor": "/jestPreprocessor.js", "setupEnvScriptFile": "/jestEnvironment.js", "testPathIgnorePatterns": [ "/node_modules/", "/__tests__/[^/]*/.+" ] }, "keywords": [ "transformer", "compiler", "syntax", "visitor" ], "license": "BSD-3-Clause", "main": "src/jstransform", "name": "jstransform", "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" }