package.json
2.56 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
{
"_from": "tui-code-snippet@^1.5.0",
"_id": "tui-code-snippet@1.5.2",
"_inBundle": false,
"_integrity": "sha512-6UqTlQaaC1KLcmC0HAoq5dtl1G4Fib+R+NC7pmaV7kiIlZ7JqKhUmnOoGRcreAyzd81UTK/vCvhrw9QJskpCFQ==",
"_location": "/tui-code-snippet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tui-code-snippet@^1.5.0",
"name": "tui-code-snippet",
"escapedName": "tui-code-snippet",
"rawSpec": "^1.5.0",
"saveSpec": null,
"fetchSpec": "^1.5.0"
},
"_requiredBy": [
"/tui-image-editor"
],
"_resolved": "https://registry.npmjs.org/tui-code-snippet/-/tui-code-snippet-1.5.2.tgz",
"_shasum": "f4b8f0f1ac996b0b5b621f77c9507af19a0de238",
"_spec": "tui-code-snippet@^1.5.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\tui-image-editor",
"author": {
"name": "NHN. FE Development Lab",
"email": "dl_javascript@nhn.com"
},
"bugs": {
"url": "https://github.com/nhn/tui.code-snippet/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "TOAST UI Utility: CodeSnippet",
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-tui": "^1.0.1",
"eslint-loader": "^1.8.0",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^2.7.0",
"jasmine-jquery": "^2.1.1",
"jquery": "^1.8.0",
"jsdoc": "^3.5.4",
"karma": "1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-edge-launcher": "^0.4.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "1.0.2",
"karma-junit-reporter": "^1.2.0",
"karma-safari-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webdriver-launcher": "git+https://github.com/nhn/karma-webdriver-launcher.git#v1.1.0",
"karma-webpack": "^2.0.3",
"safe-umd-webpack-plugin": "0.0.2",
"tui-jsdoc-template": "^1.0.4",
"webpack": "^1.1.0"
},
"homepage": "https://github.com/nhn/tui.code-snippet#readme",
"keywords": [
"nhn",
"tui",
"utility",
"code-snippet"
],
"license": "MIT",
"main": "dist/tui-code-snippet.js",
"name": "tui-code-snippet",
"repository": {
"type": "git",
"url": "git+https://github.com/nhn/tui.code-snippet.git"
},
"scripts": {
"bundle": "webpack & webpack --production",
"cpy-dist2doc": "mkdir -p doc/dist && cp -f -r dist doc",
"doc": "jsdoc -c jsdoc.conf.json && npm run cpy-dist2doc",
"test": "karma start --no-single-run",
"test:ne": "KARMA_SERVER=ne karma start"
},
"version": "1.5.2"
}