@wordpress/url
Version:
WordPress URL utilities.
36 lines (35 loc) • 873 B
JSON
{
"name": "@wordpress/url",
"version": "2.13.0",
"description": "WordPress URL utilities.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"url"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/url/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/url"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"types": "build-types",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.9.2",
"lodash": "^4.17.15",
"qs": "^6.5.2",
"react-native-url-polyfill": "^1.1.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "65dbf3a9503402ca3837090dc89d0207f7d96352"
}