d2-ui
Version:
118 lines (117 loc) • 2.87 kB
JSON
{
"_args": [
[
"jstransform@^10.0.1",
"/Users/nico/Documents/dhis/webapps/d2-ui/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/nico/Documents/dhis/webapps/d2-ui/node_modules/envify",
"bugs": {
"url": "https://github.com/facebook/jstransform/issues"
},
"contributors": [
{
"email": "jeffmo@fb.com",
"name": "Jeff Morrison"
}
],
"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": [
"/node_modules/",
"/__tests__/[^/]*/.+"
]
},
"keywords": [
"transformer",
"compiler",
"syntax",
"visitor"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "src/jstransform",
"maintainers": [
{
"email": "jeff@anafx.com",
"name": "jeffmo"
},
{
"email": "paul@oshannessy.com",
"name": "zpao"
},
{
"email": "amjad.masad@gmail.com",
"name": "amasad"
},
{
"email": "gabelevi@gmail.com",
"name": "gabelevi"
}
],
"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"
}