1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/chownr/package.json

64 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "chownr@^1.1.1",
"_id": "chownr@1.1.4",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
2023-12-18 13:12:25 +08:00
"_location": "/chownr",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "chownr@^1.1.1",
2023-12-18 13:12:25 +08:00
"name": "chownr",
"escapedName": "chownr",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.1.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.1.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/cacache",
"/copy-webpack-plugin/cacache"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz",
"_shasum": "6fc9d7b42d32a583596337666e7d08084da2cc6b",
"_spec": "chownr@^1.1.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\cacache",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/chownr/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "like `chown -R`",
"devDependencies": {
"mkdirp": "0.3",
2024-01-16 21:26:16 +08:00
"rimraf": "^2.7.1",
"tap": "^14.10.6"
2023-12-18 13:12:25 +08:00
},
"files": [
"chownr.js"
],
"homepage": "https://github.com/isaacs/chownr#readme",
"license": "ISC",
"main": "chownr.js",
"name": "chownr",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/chownr.git"
},
"scripts": {
"postversion": "npm publish",
2024-01-16 21:26:16 +08:00
"prepublishOnly": "git push origin --follow-tags",
2023-12-18 13:12:25 +08:00
"preversion": "npm test",
2024-01-16 21:26:16 +08:00
"test": "tap"
},
"tap": {
"check-coverage": true
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "1.1.4"
2023-12-18 13:12:25 +08:00
}