2025-04-19 15:38:48 +08:00

84 lines
2.1 KiB
JSON

{
"_from": "xhr2-cookies@1.1.0",
"_id": "xhr2-cookies@1.1.0",
"_inBundle": false,
"_integrity": "sha512-hjXUA6q+jl/bd8ADHcVfFsSPIf+tyLIjuO9TwJC9WI6JP2zKcS7C+p56I9kCLLsaCiNT035iYvEUUzdEFj/8+g==",
"_location": "/xhr2-cookies",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xhr2-cookies@1.1.0",
"name": "xhr2-cookies",
"escapedName": "xhr2-cookies",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/web3-providers-http"
],
"_resolved": "https://registry.npmmirror.com/xhr2-cookies/-/xhr2-cookies-1.1.0.tgz",
"_shasum": "7d77449d0999197f155cb73b23df72505ed89d48",
"_spec": "xhr2-cookies@1.1.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\web3-providers-http",
"author": {
"name": "Ionut Costica",
"email": "ionut.costica@gmail.com"
},
"ava": {
"files": [
"test/*.spec.ts"
],
"source": [
"*.ts",
"!dist/**/*"
]
},
"bugs": {
"url": "https://github.com/souldreamer/xhr2-cookies/issues"
},
"bundleDependencies": false,
"dependencies": {
"cookiejar": "^2.1.1"
},
"deprecated": false,
"description": "XMLHttpRequest polyfill for node.js",
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.0.39",
"@types/morgan": "^1.7.35",
"@types/node": "^6",
"ava": "^0.23.0",
"ava-ts": "^0.23.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"morgan": "^1.9.0",
"ts-loader": "^2.3.4",
"ts-node": "^3.3.0",
"typescript": "^2.5.2",
"webpack": "^3.5.5"
},
"homepage": "https://github.com/souldreamer/xhr2-cookies#readme",
"keywords": [
"XMLHttpRequest",
"cookies",
"xhr2"
],
"license": "MIT",
"main": "dist/index.js",
"name": "xhr2-cookies",
"repository": {
"type": "git",
"url": "git://github.com/souldreamer/xhr2-cookies.git"
},
"scripts": {
"prepare": "tsc",
"test": "tsc -p ./test && ava-ts -v"
},
"types": "dist/index.d.ts",
"version": "1.1.0"
}