| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/unfetch/ |
Upload File : |
{
"_args": [
[
"unfetch@5.0.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "unfetch@5.0.0",
"_id": "unfetch@5.0.0",
"_inBundle": false,
"_integrity": "sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==",
"_location": "/unfetch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "unfetch@5.0.0",
"name": "unfetch",
"escapedName": "unfetch",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/@nuxt/vue-app"
],
"_resolved": "https://registry.npmjs.org/unfetch/-/unfetch-5.0.0.tgz",
"_spec": "5.0.0",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"authors": [
"Jason Miller <jason@developit.ca>"
],
"babel": {
"env": {
"test": {
"presets": [
"@babel/preset-env",
"@babel/preset-typescript"
]
}
}
},
"bugs": {
"url": "https://github.com/developit/unfetch/issues"
},
"description": "Bare minimum fetch polyfill in 500 bytes",
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"cross-var": "^1.1.0",
"eslint": "^8.30.0",
"eslint-config-developit": "^1.2.0",
"jest": "^29.3.1",
"microbundle": "^0.15.1",
"typescript": "^4.9.4"
},
"eslintConfig": {
"extends": "developit"
},
"exports": {
".": {
"import": "./index.mjs",
"default": "./index.js"
},
"./polyfill": {
"default": "./polyfill/index.js"
},
"./package.json": "./package.json",
"./*": "./*"
},
"files": [
"src",
"dist",
"polyfill"
],
"homepage": "https://github.com/developit/unfetch",
"jest": {
"testEnvironmentOptions": {
"url": "http://localhost/"
},
"testMatch": [
"<rootDir>/test/**/*.test.?(m)[jt]s?(x)"
],
"setupFiles": [
"<rootDir>/test/_setup.js"
],
"moduleFileExtensions": [
"mjs",
"js",
"ts"
],
"transform": {
"^.+\\.m?[jt]sx?$": "babel-jest"
}
},
"jsnext:main": "./dist/unfetch.mjs",
"keywords": [
"fetch",
"polyfill",
"xhr",
"ajax"
],
"license": "MIT",
"main": "./dist/unfetch.js",
"module": "./dist/unfetch.mjs",
"name": "unfetch",
"repository": {
"type": "git",
"url": "git+https://github.com/developit/unfetch.git"
},
"scripts": {
"build": "microbundle src/index.mjs -f cjs,esm,umd && microbundle polyfill/polyfill.mjs -o polyfill/index.js -f cjs --no-sourcemap",
"prepare": "npm run -s build",
"release": "cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish",
"test": "eslint && tsc -p . --noEmit && NODE_OPTIONS=--experimental-vm-modules jest"
},
"types": "src/index.d.ts",
"umd:main": "./dist/unfetch.umd.js",
"unpkg": "./polyfill/index.js",
"version": "5.0.0",
"workspaces": [
"./packages/isomorphic-unfetch"
]
}