1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "unfetch@^4.2.0",
- "_id": "unfetch@4.2.0",
- "_inBundle": false,
- "_integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==",
- "_location": "/unfetch",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "unfetch@^4.2.0",
- "name": "unfetch",
- "escapedName": "unfetch",
- "rawSpec": "^4.2.0",
- "saveSpec": null,
- "fetchSpec": "^4.2.0"
- },
- "_requiredBy": [
- "/@nuxt/vue-app"
- ],
- "_resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz",
- "_shasum": "7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be",
- "_spec": "unfetch@^4.2.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\vue-app",
- "authors": [
- "Jason Miller <jason@developit.ca>"
- ],
- "babel": {
- "env": {
- "test": {
- "presets": [
- "env"
- ]
- }
- }
- },
- "bugs": {
- "url": "https://github.com/developit/unfetch/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Bare minimum fetch polyfill in 500 bytes",
- "devDependencies": {
- "babel-preset-env": "^1.7.0",
- "cross-var": "^1.1.0",
- "eslint": "^3.13.1",
- "eslint-config-developit": "^1.1.1",
- "jest": "^23.6.0",
- "microbundle": "^0.10.1"
- },
- "eslintConfig": {
- "extends": "developit"
- },
- "files": [
- "src",
- "dist",
- "polyfill"
- ],
- "homepage": "https://github.com/developit/unfetch",
- "jest": {
- "testURL": "http://localhost/",
- "testMatch": [
- "<rootDir>/test/**/*.?(m)js?(x)"
- ],
- "moduleFileExtensions": [
- "mjs",
- "js"
- ],
- "transform": {
- "^.+\\.m?jsx?$": "babel-jest"
- }
- },
- "jsnext:main": "dist/unfetch.module.js",
- "keywords": [
- "fetch",
- "polyfill",
- "xhr",
- "ajax"
- ],
- "license": "MIT",
- "main": "dist/unfetch.js",
- "module": "dist/unfetch.module.js",
- "name": "unfetch",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/developit/unfetch.git"
- },
- "scripts": {
- "build": "microbundle src/index.mjs && microbundle -f cjs polyfill/polyfill.mjs -o polyfill/index.js --no-sourcemap && cp dist/unfetch.module.js dist/unfetch.es.js",
- "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 src test && jest"
- },
- "types": "src/index.d.ts",
- "umd:main": "dist/unfetch.umd.js",
- "unpkg": "polyfill/index.js",
- "version": "4.2.0"
- }
|