package.json
1.73 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
{
"_from": "@npmcli/fs@^1.0.0",
"_id": "@npmcli/fs@1.1.1",
"_inBundle": false,
"_integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
"_location": "/@npmcli/fs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@npmcli/fs@^1.0.0",
"name": "@npmcli/fs",
"escapedName": "@npmcli%2ffs",
"scope": "@npmcli",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/cacache"
],
"_resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
"_shasum": "72f719fe935e687c56a4faecf3c03d06ba593257",
"_spec": "@npmcli/fs@^1.0.0",
"_where": "C:\\Users\\tahm_\\OneDrive\\바탕 화면\\2022-1\\오픈소스\\프로젝트\\khuhub\\OSSW_Weather_Briefing2\\node_modules\\cacache",
"author": {
"name": "GitHub Inc."
},
"bundleDependencies": false,
"dependencies": {
"@gar/promisify": "^1.0.1",
"semver": "^7.3.5"
},
"deprecated": false,
"description": "filesystem utilities for the npm cli",
"devDependencies": {
"@npmcli/template-oss": "^2.3.1",
"tap": "^15.0.9"
},
"files": [
"bin",
"lib"
],
"keywords": [
"npm",
"oss"
],
"license": "ISC",
"main": "lib/index.js",
"name": "@npmcli/fs",
"scripts": {
"lint": "eslint '**/*.js'",
"lintfix": "npm run lint -- --fix",
"npmclilint": "npmcli-lint",
"postlint": "npm-template-check",
"postsnap": "npm run lintfix --",
"posttest": "npm run lint",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"templateVersion": "2.3.1",
"version": "1.1.1"
}