@wordpress/token-list
Version:
Constructable, plain JavaScript DOMTokenList implementation, supporting non-browser runtimes.
50 lines (49 loc) • 1.18 kB
JSON
{
"name": "@wordpress/token-list",
"version": "3.52.0",
"description": "Constructable, plain JavaScript DOMTokenList implementation, supporting non-browser runtimes.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"domtokenlist"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/token-list/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/token-list"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.2"
},
"files": [
"src",
"build",
"build-module",
"build-types",
"*.md"
],
"main": "build/index.cjs",
"module": "build-module/index.mjs",
"exports": {
".": {
"types": "./build-types/index.d.ts",
"import": "./build-module/index.mjs",
"require": "./build/index.cjs"
},
"./package.json": "./package.json"
},
"wpScript": true,
"wpScriptDefaultExport": true,
"types": "build-types",
"publishConfig": {
"access": "public"
},
"gitHead": "7e8b17a983f9391d3ebc7717af2a1c9ed7efc7ab"
}