package.json
1.74 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
{
"_from": "postcss-safe-parser@5.0.2",
"_id": "postcss-safe-parser@5.0.2",
"_inBundle": false,
"_integrity": "sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==",
"_location": "/postcss-safe-parser",
"_phantomChildren": {
"colorette": "1.2.1",
"nanoid": "3.1.20"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-safe-parser@5.0.2",
"name": "postcss-safe-parser",
"escapedName": "postcss-safe-parser",
"rawSpec": "5.0.2",
"saveSpec": null,
"fetchSpec": "5.0.2"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz",
"_shasum": "459dd27df6bc2ba64608824ba39e45dacf5e852d",
"_spec": "postcss-safe-parser@5.0.2",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\react-scripts",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bugs": {
"url": "https://github.com/postcss/postcss-safe-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^8.1.0"
},
"deprecated": false,
"description": "Fault-tolerant CSS parser for PostCSS",
"engines": {
"node": ">=10.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"homepage": "https://github.com/postcss/postcss-safe-parser#readme",
"keywords": [
"css",
"postcss",
"postcss-syntax",
"parser",
"fault tolerant"
],
"license": "MIT",
"main": "lib/safe-parse",
"name": "postcss-safe-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-safe-parser.git"
},
"version": "5.0.2"
}