package.json
1.84 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
{
"_from": "defs@~1.1.0",
"_id": "defs@1.1.1",
"_inBundle": false,
"_integrity": "sha1-siYJ8sehG6ej2xFoBcE5scr/qdI=",
"_location": "/defs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "defs@~1.1.0",
"name": "defs",
"escapedName": "defs",
"rawSpec": "~1.1.0",
"saveSpec": null,
"fetchSpec": "~1.1.0"
},
"_requiredBy": [
"/regenerator"
],
"_resolved": "https://registry.npmjs.org/defs/-/defs-1.1.1.tgz",
"_shasum": "b22609f2c7a11ba7a3db116805c139b1caffa9d2",
"_spec": "defs@~1.1.0",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\regenerator",
"author": {
"name": "Olov Lassus",
"email": "olov.lassus@gmail.com"
},
"bin": {
"defs": "./build/es5/defs"
},
"bugs": {
"url": "https://github.com/olov/defs/issues"
},
"bundleDependencies": false,
"dependencies": {
"alter": "~0.2.0",
"ast-traverse": "~0.1.1",
"breakable": "~1.0.0",
"esprima-fb": "~15001.1001.0-dev-harmony-fb",
"simple-fmt": "~0.1.0",
"simple-is": "~0.2.0",
"stringmap": "~0.2.2",
"stringset": "~0.2.1",
"tryor": "~0.1.2",
"yargs": "~3.27.0"
},
"deprecated": false,
"description": "Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.",
"devDependencies": {
"diff": "~2.1.3"
},
"homepage": "https://github.com/olov/defs#readme",
"keywords": [
"defs",
"scope",
"blockscope",
"block-scope",
"let",
"const",
"var",
"es6",
"transpile",
"transpiler",
"lint",
"linter"
],
"license": "MIT",
"main": "build/es5/defs-main.js",
"name": "defs",
"repository": {
"type": "git",
"url": "git+https://github.com/olov/defs.git"
},
"scripts": {
"test": "node --harmony run-tests"
},
"version": "1.1.1"
}