package.json
3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"_args": [
[
{
"raw": "commoner@~0.10.3",
"scope": null,
"escapedName": "commoner",
"name": "commoner",
"rawSpec": "~0.10.3",
"spec": ">=0.10.3 <0.11.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/regenerator"
]
],
"_from": "commoner@>=0.10.3 <0.11.0",
"_id": "commoner@0.10.8",
"_inCache": true,
"_location": "/commoner",
"_nodeVersion": "4.6.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/commoner-0.10.8.tgz_1479688331179_0.8500155531801283"
},
"_npmUser": {
"name": "benjamn",
"email": "bn@cs.stanford.edu"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {
"ast-types": "0.9.5",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.3",
"once": "1.4.0",
"path-is-absolute": "1.0.1",
"private": "0.1.7",
"source-map": "0.5.6"
},
"_requested": {
"raw": "commoner@~0.10.3",
"scope": null,
"escapedName": "commoner",
"name": "commoner",
"rawSpec": "~0.10.3",
"spec": ">=0.10.3 <0.11.0",
"type": "range"
},
"_requiredBy": [
"/regenerator"
],
"_resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.8.tgz",
"_shasum": "34fc3672cd24393e8bb47e70caa0293811f4f2c5",
"_shrinkwrap": null,
"_spec": "commoner@~0.10.3",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/regenerator",
"author": {
"name": "Ben Newman",
"email": "ben@benjamn.com"
},
"bin": {
"commonize": "./bin/commonize"
},
"bugs": {
"url": "https://github.com/benjamn/commoner/issues"
},
"dependencies": {
"commander": "^2.5.0",
"detective": "^4.3.1",
"glob": "^5.0.15",
"graceful-fs": "^4.1.2",
"iconv-lite": "^0.4.5",
"mkdirp": "^0.5.0",
"private": "^0.1.6",
"q": "^1.1.2",
"recast": "^0.11.17"
},
"description": "Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modules",
"devDependencies": {
"mocha": "^2.3.3"
},
"directories": {},
"dist": {
"shasum": "34fc3672cd24393e8bb47e70caa0293811f4f2c5",
"tarball": "https://registry.npmjs.org/commoner/-/commoner-0.10.8.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"bin",
"lib",
"main.js"
],
"gitHead": "978248f1ef85f11507925f02812e348168c4482d",
"homepage": "http://github.com/benjamn/commoner",
"keywords": [
"modules",
"require",
"commonjs",
"exports",
"commoner",
"browserify",
"stitch"
],
"license": "MIT",
"main": "main.js",
"maintainers": [
{
"name": "benjamn",
"email": "bn@cs.stanford.edu"
}
],
"name": "commoner",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/commoner.git"
},
"scripts": {
"test": "rm -rf test/output ; node ./node_modules/mocha/bin/mocha --reporter spec test/run.js"
},
"version": "0.10.8"
}