wishthis/node_modules/safe-buffer/package.json

81 lines
1.8 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"safe-buffer@5.2.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "safe-buffer@5.2.1",
"_id": "safe-buffer@5.2.1",
"_inBundle": false,
"_integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"_location": "/safe-buffer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "safe-buffer@5.2.1",
"name": "safe-buffer",
"escapedName": "safe-buffer",
"rawSpec": "5.2.1",
"saveSpec": null,
"fetchSpec": "5.2.1"
},
"_requiredBy": [
"/gulp-uglify",
"/remove-bom-stream"
],
"_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"_spec": "5.2.1",
"_where": "F:\\laragon\\www\\wishthis",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/feross/safe-buffer/issues"
},
2022-02-23 16:41:13 +00:00
"description": "Safer Node.js Buffer API",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"standard": "*",
"tape": "^5.0.0"
},
2022-02-23 16:41:13 +00:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
2022-01-21 08:28:41 +00:00
"homepage": "https://github.com/feross/safe-buffer",
"keywords": [
"buffer",
"buffer allocate",
"node security",
"safe",
"safe-buffer",
"security",
"uninitialized"
],
"license": "MIT",
"main": "index.js",
2022-02-23 16:41:13 +00:00
"name": "safe-buffer",
2022-01-21 08:28:41 +00:00
"repository": {
"type": "git",
"url": "git://github.com/feross/safe-buffer.git"
},
"scripts": {
"test": "standard && tape test/*.js"
},
2022-02-23 16:41:13 +00:00
"types": "index.d.ts",
"version": "5.2.1"
2022-01-21 08:28:41 +00:00
}