You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.9 KiB
70 lines
1.9 KiB
4 years ago
|
{
|
||
|
"_from": "fetch-cookie@0.7.3",
|
||
|
"_id": "fetch-cookie@0.7.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-rZPkLnI8x5V+zYAiz8QonAHsTb4BY+iFowFBI1RFn0zrO343AVp9X7/yUj/9wL6Ef/8fLls8b/vGtzUvmyAUGA==",
|
||
|
"_location": "/fetch-cookie",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "fetch-cookie@0.7.3",
|
||
|
"name": "fetch-cookie",
|
||
|
"escapedName": "fetch-cookie",
|
||
|
"rawSpec": "0.7.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.7.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/pouchdb-node"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-0.7.3.tgz",
|
||
|
"_shasum": "b8d023f421dd2b2f4a0eca9cd7318a967ed4eed8",
|
||
|
"_spec": "fetch-cookie@0.7.3",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/pouchdb-node",
|
||
|
"author": {
|
||
|
"name": "Valérian Galliat",
|
||
|
"url": "http://val.codejam.info/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/valeriangalliat/fetch-cookie/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"es6-denodeify": "^0.1.1",
|
||
|
"tough-cookie": "^2.3.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Decorator for a `fetch` function to support automatic cookies.",
|
||
|
"devDependencies": {
|
||
|
"@types/chai": "^4.1.4",
|
||
|
"@types/express": "^4.16.0",
|
||
|
"@types/mocha": "^5.2.5",
|
||
|
"@types/node-fetch": "^2.1.1",
|
||
|
"chai": "^4.1.2",
|
||
|
"express": "^4.14.1",
|
||
|
"mocha": "^3.2.0",
|
||
|
"node-fetch": "^1.6.3",
|
||
|
"standard": "^11.0.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"node-fetch.js",
|
||
|
"README.md",
|
||
|
"UNLICENSE"
|
||
|
],
|
||
|
"homepage": "https://github.com/valeriangalliat/fetch-cookie",
|
||
|
"license": "Unlicense",
|
||
|
"name": "fetch-cookie",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/valeriangalliat/fetch-cookie.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "standard",
|
||
|
"prepare": "npm run lint && npm test",
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"version": "0.7.3"
|
||
|
}
|