package.json
1.43 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
{
"_from": "is-module@^1.0.0",
"_id": "is-module@1.0.0",
"_inBundle": false,
"_integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=",
"_location": "/is-module",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-module@^1.0.0",
"name": "is-module",
"escapedName": "is-module",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@rollup/plugin-node-resolve"
],
"_resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
"_shasum": "3258fb69f78c14d5b815d664336b4cffb6441591",
"_spec": "is-module@^1.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@rollup\\plugin-node-resolve",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/component/is-module/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "check if a source string is an es6 module",
"devDependencies": {
"mocha": "*"
},
"homepage": "https://github.com/component/is-module#readme",
"keywords": [
"es6",
"module",
"modules"
],
"license": "MIT",
"name": "is-module",
"repository": {
"type": "git",
"url": "git+https://github.com/component/is-module.git"
},
"scripts": {
"test": "mocha --reporter spec --bail"
},
"version": "1.0.0"
}