UNPKG

@wordpress/api-fetch

Version:
41 lines (40 loc) 976 B
{ "name": "@wordpress/api-fetch", "version": "7.27.0", "description": "Utility to make WordPress REST API requests.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "rest-api", "fetch" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/api-fetch" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "main": "build/index.js", "module": "build-module/index.js", "react-native": "src/index", "wpScript": true, "types": "build-types", "dependencies": { "@babel/runtime": "7.25.7", "@wordpress/i18n": "^6.0.0", "@wordpress/url": "^4.27.0" }, "publishConfig": { "access": "public" }, "gitHead": "abe06a6f2aef8d03c30ea9d5b3e133f041e523b1" }