mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-20 22:04:39 -04:00
initial commit
This commit is contained in:
+63
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "brotli@~1.3.2",
|
||||
"_id": "brotli@1.3.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-UlqcrU/LqWR119OI9q7LE+7VL0Y=",
|
||||
"_location": "/brotli",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "brotli@~1.3.2",
|
||||
"name": "brotli",
|
||||
"escapedName": "brotli",
|
||||
"rawSpec": "~1.3.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.3.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/postman-request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.2.tgz",
|
||||
"_shasum": "525a9cad4fcba96475d7d388f6aecb13eed52f46",
|
||||
"_spec": "brotli@~1.3.2",
|
||||
"_where": "/home/user/site/node_modules/postman-request",
|
||||
"author": {
|
||||
"name": "Devon Govett",
|
||||
"email": "devongovett@gmail.com"
|
||||
},
|
||||
"browser": {
|
||||
"./dec/dictionary-data.js": "./dec/dictionary-browser.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/devongovett/brotli.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"base64-js": "^1.1.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A port of the Brotli compression algorithm as used in WOFF2",
|
||||
"devDependencies": {
|
||||
"mocha": "^2.2.1"
|
||||
},
|
||||
"homepage": "https://github.com/devongovett/brotli.js",
|
||||
"keywords": [
|
||||
"compress",
|
||||
"decompress",
|
||||
"encode",
|
||||
"decode"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "brotli",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/devongovett/brotli.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "make",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.3.2"
|
||||
}
|
||||
Reference in New Issue
Block a user