1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/registry/npm/safer-buffer/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

71 lines
2.1 KiB
JSON

{
"name": "safer-buffer",
"dist-tags": {
"latest": "2.1.2"
},
"versions": {
"2.1.2": {
"name": "safer-buffer",
"version": "2.1.2",
"description": "Modern Buffer API polyfill without footguns",
"main": "safer.js",
"scripts": {
"browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js",
"test": "standard && tape tests.js"
},
"author": {
"name": "Nikita Skovoroda",
"email": "chalkerx@gmail.com",
"url": "https://github.com/ChALkeR"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ChALkeR/safer-buffer.git"
},
"bugs": {
"url": "https://github.com/ChALkeR/safer-buffer/issues"
},
"devDependencies": {
"standard": "^11.0.1",
"tape": "^4.9.0"
},
"files": [
"Porting-Buffer.md",
"Readme.md",
"tests.js",
"dangerous.js",
"safer.js"
],
"gitHead": "e8ac214944eda30e1e6c6b7d7e7f6a21cf7dce7c",
"_id": "safer-buffer@2.1.2",
"_npmVersion": "5.8.0",
"_nodeVersion": "9.11.1",
"dist": {
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
"shasum": "44fa161b0187b9549dd84bb91802f9bd8385cd6a",
"tarball": "http://localhost:4260/safer-buffer/safer-buffer-2.1.2.tgz",
"fileCount": 7,
"unpackedSize": 42299
},
"directories": {},
"_hasShrinkwrap": false
}
},
"description": "Modern Buffer API polyfill without footguns",
"homepage": "https://github.com/ChALkeR/safer-buffer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ChALkeR/safer-buffer.git"
},
"author": {
"name": "Nikita Skovoroda",
"email": "chalkerx@gmail.com",
"url": "https://github.com/ChALkeR"
},
"bugs": {
"url": "https://github.com/ChALkeR/safer-buffer/issues"
},
"license": "MIT",
"readmeFilename": "Readme.md"
}