package.json
2.69 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
{
"_from": "interpret@^1.4.0",
"_id": "interpret@1.4.0",
"_inBundle": false,
"_integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
"_location": "/interpret",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "interpret@^1.4.0",
"name": "interpret",
"escapedName": "interpret",
"rawSpec": "^1.4.0",
"saveSpec": null,
"fetchSpec": "^1.4.0"
},
"_requiredBy": [
"/webpack-cli"
],
"_resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
"_shasum": "665ab8bc4da27a774a40584e812e3e0fa45b1a1e",
"_spec": "interpret@^1.4.0",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/webpack-cli",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/interpret/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
},
{
"name": "Tyler Kellen",
"email": "tyler@sleekcode.net",
"url": "http://goingslowly.com/"
}
],
"dependencies": {},
"deprecated": false,
"description": "A dictionary of file extensions and associated module loaders.",
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3",
"parse-node-version": "^1.0.0",
"rechoir": "^0.6.2",
"shelljs": "0.7.5",
"trash-cli": "^3.0.0"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js",
"mjs-stub.js"
],
"homepage": "https://github.com/gulpjs/interpret#readme",
"keywords": [
"cirru-script",
"cjsx",
"co",
"coco",
"coffee",
"coffee-script",
"coffee.md",
"coffeescript",
"csv",
"earlgrey",
"es",
"es6",
"iced",
"iced.md",
"iced-coffee-script",
"ini",
"js",
"json",
"json5",
"jsx",
"react",
"litcoffee",
"liticed",
"ls",
"livescript",
"toml",
"ts",
"typescript",
"wisp",
"xml",
"yaml",
"yml"
],
"license": "MIT",
"main": "index.js",
"name": "interpret",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/interpret.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint .",
"pretest": "rm -rf tmp/ && npm run lint",
"test": "mocha --async-only"
},
"version": "1.4.0"
}