dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/snappy/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

69 lines
1.9 KiB
JSON

{
"_from": "snappy@^6.3.5",
"_id": "snappy@6.3.5",
"_inBundle": false,
"_integrity": "sha512-lonrUtdp1b1uDn1dbwgQbBsb5BbaiLeKq+AGwOk2No+en+VvJThwmtztwulEQsLinRF681pBqib0NUZaizKLIA==",
"_location": "/snappy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "snappy@^6.3.5",
"name": "snappy",
"escapedName": "snappy",
"rawSpec": "^6.3.5",
"saveSpec": null,
"fetchSpec": "^6.3.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/snappy/-/snappy-6.3.5.tgz",
"_shasum": "c14b8dea8e9bc2687875b5e491d15dd900e6023c",
"_spec": "snappy@^6.3.5",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "David Björklund",
"email": "david.bjorklund@gmail.com"
},
"bugs": {
"url": "https://github.com/kesla/node-snappy/issues"
},
"bundleDependencies": false,
"dependencies": {
"bindings": "^1.3.1",
"nan": "^2.14.1",
"prebuild-install": "5.3.0"
},
"deprecated": false,
"description": "Nodejs bindings to Google's Snappy compression library",
"devDependencies": {
"@types/node": "^13.13.1",
"ava": "^0.25.0",
"bluebird": "^3.5.3",
"nyc": "^11.9.0",
"prebuild": "^8.2.1",
"prebuild-ci": "^2.3.0",
"semistandard": "^11.0.0",
"snazzy": "^7.1.1"
},
"gypfile": true,
"homepage": "https://github.com/kesla/node-snappy",
"license": "MIT",
"main": "snappy.js",
"name": "snappy",
"repository": {
"type": "git",
"url": "git://github.com/kesla/node-snappy.git"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild --all --strip --verbose",
"prepublishOnly": "tsc",
"pretest": "node-gyp rebuild",
"rebuild": "prebuild --compile",
"test": "nyc ava test.js && semistandard | snazzy && prebuild-ci"
},
"version": "6.3.5"
}