93 lines
2.7 KiB
JSON
93 lines
2.7 KiB
JSON
{
|
|
"_from": "snekfetch",
|
|
"_id": "snekfetch@4.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-dyycG9fvwtSJqKPfMVOpXt+60qvMGe7vWLwOJDiSJaiAx+hs2EnFChG2bXCWn7ulz+zGzrHdN9/yeEb0YqEPww==",
|
|
"_location": "/snekfetch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "snekfetch",
|
|
"name": "snekfetch",
|
|
"escapedName": "snekfetch",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/snekfetch/-/snekfetch-4.0.4.tgz",
|
|
"_shasum": "e76a03b8476699a1f0c036d6567e386ce5fbde8e",
|
|
"_spec": "snekfetch",
|
|
"_where": "C:\\Users\\Ben\\Desktop\\Recept Printer",
|
|
"author": {
|
|
"name": "Gus Caplan",
|
|
"email": "me@gus.host"
|
|
},
|
|
"browser": {
|
|
"./src/node/index.js": false,
|
|
"./src/meta.js": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/devsnek/snekfetch/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Just do http requests without all that weird nastiness from other libs",
|
|
"devDependencies": {
|
|
"@snek/syncify": "0.0.6",
|
|
"babel-eslint": "^8.2.3",
|
|
"coveralls": "^3.0.1",
|
|
"docma": "^2.1.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-plugin-import": "^2.11.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.7.0",
|
|
"form-data": "^2.3.2",
|
|
"install-peerdeps": "^1.6.0",
|
|
"jest": "^22.4.3",
|
|
"jsdoc-dynamic": "^1.0.4",
|
|
"json-filter-loader": "^1.0.0",
|
|
"node-fetch": "^2.1.2",
|
|
"webpack": "^4.8.1",
|
|
"webpack-cli": "^2.1.3"
|
|
},
|
|
"homepage": "https://snekfetch.js.org/",
|
|
"jest": {
|
|
"collectCoverage": true,
|
|
"collectCoverageFrom": [
|
|
"src/**/*.js",
|
|
"!src/node/mimeOfBuffer.js",
|
|
"!src/node/transports/http2.js"
|
|
],
|
|
"verbose": true
|
|
},
|
|
"jsdelivr": "browser.js",
|
|
"license": "MIT",
|
|
"main": "src/index",
|
|
"module": "src/index.mjs",
|
|
"name": "snekfetch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/devsnek/snekfetch.git",
|
|
"homepage": "https://github.com/devsnek/snekfetch"
|
|
},
|
|
"scripts": {
|
|
"build:browser": "webpack-cli",
|
|
"changelog": "git log dd0c84b^..HEAD --pretty=format:'* [[`%h`](https://github.com/devsnek/snekfetch/commit/%H)] - %s' > CHANGELOG.md",
|
|
"coverage": "cat ./coverage/lcov.info | coveralls",
|
|
"docs": "node docs.js",
|
|
"lint": "eslint --ext=mjs,js src test sync.js webpack.config.js",
|
|
"prepublishOnly": "npm run lint && npm run test && npm run build:browser",
|
|
"setup": "install-peerdeps --dev eslint-config-airbnb",
|
|
"test": "node ./node_modules/.bin/jest"
|
|
},
|
|
"unpkg": "browser.js",
|
|
"version": "4.0.4"
|
|
}
|