UNPKG

@wordpress/token-list

Version:

Constructable, plain JavaScript DOMTokenList implementation, supporting non-browser runtimes.

38 lines (37 loc) 959 B
{ "name": "@wordpress/token-list", "version": "3.26.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" }, "main": "build/index.js", "module": "build-module/index.js", "react-native": "src/index", "wpScript": true, "types": "build-types", "dependencies": { "@babel/runtime": "7.25.7" }, "publishConfig": { "access": "public" }, "gitHead": "35e26942820d8237771af0c58e45b4303f0497f1" }