Files
asciidisco.com/build/node_modules/buffer-alloc/package.json
2023-08-01 13:49:46 +02:00

57 lines
1.4 KiB
JSON

{
"_from": "buffer-alloc@^1.1.0",
"_id": "buffer-alloc@1.1.0",
"_inBundle": false,
"_integrity": "sha1-BVFNM78WVtNUDGhPZbEgLpDsowM=",
"_location": "/buffer-alloc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "buffer-alloc@^1.1.0",
"name": "buffer-alloc",
"escapedName": "buffer-alloc",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/to-ico"
],
"_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.1.0.tgz",
"_shasum": "05514d33bf1656d3540c684f65b1202e90eca303",
"_spec": "buffer-alloc@^1.1.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/to-ico",
"bugs": {
"url": "https://github.com/LinusU/buffer-alloc/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-alloc-unsafe": "^0.1.0",
"buffer-fill": "^0.1.0"
},
"deprecated": false,
"description": "A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.",
"devDependencies": {
"standard": "^7.1.2"
},
"homepage": "https://github.com/LinusU/buffer-alloc#readme",
"keywords": [
"alloc",
"allocate",
"buffer alloc",
"buffer allocate",
"buffer"
],
"license": "MIT",
"name": "buffer-alloc",
"repository": {
"type": "git",
"url": "git+https://github.com/LinusU/buffer-alloc.git"
},
"scripts": {
"test": "standard && node test"
},
"version": "1.1.0"
}