package.json
2.59 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
{
"_from": "rollup-pluginutils@^2.8.1",
"_id": "rollup-pluginutils@2.8.2",
"_inBundle": false,
"_integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==",
"_location": "/rollup-pluginutils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rollup-pluginutils@^2.8.1",
"name": "rollup-pluginutils",
"escapedName": "rollup-pluginutils",
"rawSpec": "^2.8.1",
"saveSpec": null,
"fetchSpec": "^2.8.1"
},
"_requiredBy": [
"/rollup-plugin-babel",
"/rollup-plugin-terser"
],
"_resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz",
"_shasum": "72f2af0748b592364dbd3389e600e5a9444a351e",
"_spec": "rollup-pluginutils@^2.8.1",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\rollup-plugin-babel",
"author": {
"name": "Rich Harris",
"email": "richard.a.harris@gmail.com"
},
"bugs": {
"url": "https://github.com/rollup/rollup-pluginutils/issues"
},
"bundleDependencies": false,
"dependencies": {
"estree-walker": "^0.6.1"
},
"deprecated": false,
"description": "Functionality commonly needed by Rollup plugins",
"devDependencies": {
"@types/estree": "0.0.39",
"@types/jest": "^24.0.13",
"@types/micromatch": "^3.1.0",
"@types/node": "^12.0.4",
"husky": "^3.0.5",
"jest": "^24.8.0",
"lint-staged": "^9.2.5",
"micromatch": "^4.0.2",
"prettier": "^1.17.1",
"rollup": "^1.13.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-typescript": "^1.0.1",
"shx": "^0.3.2",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"typescript": "^3.5.1",
"typescript-eslint-parser": "^22.0.0"
},
"files": [
"src",
"dist",
"README.md"
],
"homepage": "https://github.com/rollup/rollup-pluginutils#readme",
"jsnext:main": "dist/pluginutils.es.js",
"keywords": [
"rollup",
"utils"
],
"license": "MIT",
"main": "dist/pluginutils.cjs.js",
"module": "dist/pluginutils.es.js",
"name": "rollup-pluginutils",
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup-pluginutils.git"
},
"scripts": {
"build": "rollup -c && shx cp src/pluginutils.d.ts dist/pluginutils.d.ts",
"lint": "npm run lint:nofix -- --fix",
"lint:nofix": "tslint --project .",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"pretest": "npm run build",
"test": "jest"
},
"typings": "dist/pluginutils.d.ts",
"version": "2.8.2"
}