package.json
1.4 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
{
"_from": "ts-pnp@1.2.0",
"_id": "ts-pnp@1.2.0",
"_inBundle": false,
"_integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==",
"_location": "/ts-pnp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ts-pnp@1.2.0",
"name": "ts-pnp",
"escapedName": "ts-pnp",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/pnp-webpack-plugin",
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz",
"_shasum": "a500ad084b0798f1c3071af391e65912c86bca92",
"_spec": "ts-pnp@1.2.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\react-scripts",
"bugs": {
"url": "https://github.com/arcanis/ts-pnp/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "plug'n'play resolver for TypeScript",
"devDependencies": {
"typescript": "3.5.3"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/arcanis/ts-pnp",
"keywords": [
"typescript",
"yarn",
"plugnplay",
"pnp"
],
"license": "MIT",
"name": "ts-pnp",
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcanis/ts-pnp.git"
},
"version": "1.2.0"
}