mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-31 09:28:47 -04:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"responselike@2.0.1",
|
|
"C:\\Users\\Smith\\repos\\game-server-watcher"
|
|
]
|
|
],
|
|
"_from": "responselike@2.0.1",
|
|
"_id": "responselike@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==",
|
|
"_location": "/responselike",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "responselike@2.0.1",
|
|
"name": "responselike",
|
|
"escapedName": "responselike",
|
|
"rawSpec": "2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/cacheable-request",
|
|
"/got"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
|
|
"author": {
|
|
"name": "lukechilds"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/responselike/issues"
|
|
},
|
|
"dependencies": {
|
|
"lowercase-keys": "^2.0.0"
|
|
},
|
|
"description": "A response-like object for mocking a Node.js HTTP response stream",
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"coveralls": "^3.0.0",
|
|
"eslint-config-xo-lukechilds": "^1.0.0",
|
|
"get-stream": "^3.0.0",
|
|
"nyc": "^11.8.0",
|
|
"xo": "^0.19.0"
|
|
},
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/responselike#readme",
|
|
"keywords": [
|
|
"http",
|
|
"https",
|
|
"response",
|
|
"mock",
|
|
"request",
|
|
"responselike"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"name": "responselike",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/responselike.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"test": "xo && nyc ava"
|
|
},
|
|
"version": "2.0.1",
|
|
"xo": {
|
|
"extends": "xo-lukechilds"
|
|
}
|
|
}
|