Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81153 views
1
{
2
"author": {
3
"name": "Ben Newman",
4
"email": "[email protected]"
5
},
6
"name": "commoner",
7
"description": "Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modules",
8
"keywords": [
9
"modules",
10
"require",
11
"commonjs",
12
"exports",
13
"commoner",
14
"browserify",
15
"stitch"
16
],
17
"version": "0.10.1",
18
"license": "MIT",
19
"homepage": "http://github.com/reactjs/commoner",
20
"repository": {
21
"type": "git",
22
"url": "git://github.com/reactjs/commoner.git"
23
},
24
"main": "main.js",
25
"bin": {
26
"commonize": "./bin/commonize"
27
},
28
"scripts": {
29
"test": "node ./node_modules/mocha/bin/mocha --reporter spec test/run.js"
30
},
31
"dependencies": {
32
"q": "~1.1.2",
33
"recast": "~0.9.5",
34
"commander": "~2.5.0",
35
"graceful-fs": "~3.0.4",
36
"glob": "~4.2.1",
37
"mkdirp": "~0.5.0",
38
"private": "~0.1.6",
39
"install": "~0.1.7",
40
"iconv-lite": "~0.4.5"
41
},
42
"devDependencies": {
43
"mocha": "~2.0.1"
44
},
45
"engines": {
46
"node": ">= 0.8"
47
},
48
"gitHead": "deef3d745a5cb59c2d6670fa768ad3fe51ae1cd5",
49
"bugs": {
50
"url": "https://github.com/reactjs/commoner/issues"
51
},
52
"_id": "[email protected]",
53
"_shasum": "53ab254aeb93ec0b19e9a1ca14e1d0e5fe998588",
54
"_from": "commoner@>=0.10.0 <0.11.0",
55
"_npmVersion": "1.4.28",
56
"_npmUser": {
57
"name": "benjamn",
58
"email": "[email protected]"
59
},
60
"maintainers": [
61
{
62
"name": "benjamn",
63
"email": "[email protected]"
64
}
65
],
66
"dist": {
67
"shasum": "53ab254aeb93ec0b19e9a1ca14e1d0e5fe998588",
68
"tarball": "http://registry.npmjs.org/commoner/-/commoner-0.10.1.tgz"
69
},
70
"directories": {},
71
"_resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.1.tgz"
72
}
73
74