1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/clone-stats/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": "clone-stats@^0.0.1",
2023-12-18 13:12:25 +08:00
"_id": "clone-stats@0.0.1",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-dhUqc57gSMCo6TX85FLfe51eC/s+Im2MLkAgJwfaRRexR2tA4dd3eLEW4L6efzHc2iNorrRRXITifnDLlRrhaA==",
2023-12-18 13:12:25 +08:00
"_location": "/clone-stats",
"_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": "clone-stats@^0.0.1",
2023-12-18 13:12:25 +08:00
"name": "clone-stats",
"escapedName": "clone-stats",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.0.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.0.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/gulp-cssmin/vinyl",
"/gulp-nop/vinyl",
"/vinyl",
"/vinyl-fs/vinyl"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/clone-stats/-/clone-stats-0.0.1.tgz",
"_shasum": "b88f94a82cf38b8791d58046ea4029ad88ca99d1",
"_spec": "clone-stats@^0.0.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\vinyl",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"browser": "index.js",
"bugs": {
"url": "https://github.com/hughsk/clone-stats/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Safely clone node's fs.Stats instances without losing their class methods",
"devDependencies": {
"tape": "~2.3.2"
},
"homepage": "https://github.com/hughsk/clone-stats",
"keywords": [
"stats",
"fs",
"clone",
"copy",
"prototype"
],
"license": "MIT",
"main": "index.js",
"name": "clone-stats",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/clone-stats.git"
},
"scripts": {
"test": "node test"
},
"version": "0.0.1"
}