setup-zig/node_modules/mimic-response/package.json
Renée Kooi e834313fcd
Download tarball from zig download index (#2)
* Download tarball from zig download index

* try this

* Remove promisify

* Revert "try this"

This reverts commit e6ecfb58ed2819755bc79af1349e4fd0db59e3b5.
2019-10-07 10:17:11 +02:00

70 lines
1.7 KiB
JSON

{
"_from": "mimic-response@^2.0.0",
"_id": "mimic-response@2.0.0",
"_inBundle": false,
"_integrity": "sha512-8ilDoEapqA4uQ3TwS0jakGONKXVJqpy+RpM+3b7pLdOjghCrEiGp9SRkFbUHAmZW9vdnrENWHjaweIoTIJExSQ==",
"_location": "/mimic-response",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mimic-response@^2.0.0",
"name": "mimic-response",
"escapedName": "mimic-response",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/decompress-response"
],
"_resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.0.0.tgz",
"_shasum": "996a51c60adf12cb8a87d7fb8ef24c2f3d5ebb46",
"_spec": "mimic-response@^2.0.0",
"_where": "/home/goto-bus-stop/Code/goto-bus-stop/setup-zig/node_modules/decompress-response",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/mimic-response/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Mimic a Node.js HTTP response stream",
"devDependencies": {
"ava": "^1.1.0",
"create-test-server": "^2.4.0",
"pify": "^4.0.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/mimic-response#readme",
"keywords": [
"mimic",
"response",
"stream",
"http",
"https",
"request",
"get",
"core"
],
"license": "MIT",
"name": "mimic-response",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/mimic-response.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}