Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "jstransform",
3
"version": "10.1.0",
4
"description": "A simple AST visitor-based JS transformer",
5
"contributors": [
6
{
7
"name": "Jeff Morrison",
8
"email": "[email protected]"
9
}
10
],
11
"main": "src/jstransform",
12
"repository": {
13
"type": "git",
14
"url": "git+ssh://[email protected]/facebook/jstransform.git"
15
},
16
"keywords": [
17
"transformer",
18
"compiler",
19
"syntax",
20
"visitor"
21
],
22
"dependencies": {
23
"base62": "0.1.1",
24
"esprima-fb": "13001.1001.0-dev-harmony-fb",
25
"source-map": "0.1.31"
26
},
27
"licenses": [
28
{
29
"type": "Apache-2.0",
30
"url": "http://www.apache.org/licenses/LICENSE-2.0"
31
}
32
],
33
"engines": {
34
"node": ">=0.8.8"
35
},
36
"devDependencies": {
37
"jest-cli": "^0.2",
38
"jshint": "^2.5.10"
39
},
40
"jest": {
41
"scriptPreprocessor": "<rootDir>/jestPreprocessor.js",
42
"setupEnvScriptFile": "<rootDir>/jestEnvironment.js",
43
"testPathIgnorePatterns": [
44
"/node_modules/",
45
"/__tests__/[^/]*/.+"
46
]
47
},
48
"scripts": {
49
"prepublish": "jest && jshint --config=.jshintrc --exclude=node_modules .",
50
"test": "jest && jshint --config=.jshintrc --exclude=node_modules ."
51
},
52
"gitHead": "90201cf6e40549bacf0efe8915600658a9564471",
53
"bugs": {
54
"url": "https://github.com/facebook/jstransform/issues"
55
},
56
"homepage": "https://github.com/facebook/jstransform",
57
"_id": "[email protected]",
58
"_shasum": "b4c49bf63f162c108b0348399a8737c713b0a83a",
59
"_from": "jstransform@>=10.0.1 <11.0.0",
60
"_npmVersion": "1.4.16",
61
"_npmUser": {
62
"name": "gabelevi",
63
"email": "[email protected]"
64
},
65
"maintainers": [
66
{
67
"name": "jeffmo",
68
"email": "[email protected]"
69
},
70
{
71
"name": "zpao",
72
"email": "[email protected]"
73
},
74
{
75
"name": "amasad",
76
"email": "[email protected]"
77
},
78
{
79
"name": "gabelevi",
80
"email": "[email protected]"
81
}
82
],
83
"dist": {
84
"shasum": "b4c49bf63f162c108b0348399a8737c713b0a83a",
85
"tarball": "http://registry.npmjs.org/jstransform/-/jstransform-10.1.0.tgz"
86
},
87
"directories": {},
88
"_resolved": "https://registry.npmjs.org/jstransform/-/jstransform-10.1.0.tgz",
89
"readme": "ERROR: No README data found!"
90
}
91
92