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

54 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "buffer-from@^1.0.0",
"_id": "buffer-from@1.1.2",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
2023-12-18 13:12:25 +08:00
"_location": "/buffer-from",
"_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": "buffer-from@^1.0.0",
2023-12-18 13:12:25 +08:00
"name": "buffer-from",
"escapedName": "buffer-from",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/concat-stream",
"/source-map-support"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
"_shasum": "2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5",
"_spec": "buffer-from@^1.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\concat-stream",
2023-12-18 13:12:25 +08:00
"bugs": {
"url": "https://github.com/LinusU/buffer-from/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"standard": "^12.0.1"
2023-12-18 13:12:25 +08:00
},
"files": [
"index.js"
],
"homepage": "https://github.com/LinusU/buffer-from#readme",
"keywords": [
"buffer",
"buffer from"
],
"license": "MIT",
"name": "buffer-from",
"repository": {
"type": "git",
"url": "git+https://github.com/LinusU/buffer-from.git"
},
"scripts": {
"test": "standard && node test"
},
2024-01-16 21:26:16 +08:00
"version": "1.1.2"
2023-12-18 13:12:25 +08:00
}