CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
package.json34 linesDownload Raw Back to astral-regex
1{2	"name": "astral-regex",3	"version": "2.0.0",4	"description": "Regular expression for matching astral symbols",5	"license": "MIT",6	"repository": "kevva/astral-regex",7	"author": {8		"name": "Kevin Mårtensson",9		"email": "kevinmartensson@gmail.com",10		"url": "github.com/kevva"11	},12	"engines": {13		"node": ">=8"14	},15	"scripts": {16		"test": "xo && ava && tsd"17	},18	"files": [19		"index.js",20		"index.d.ts"21	],22	"keywords": [23		"astral",24		"emoji",25		"regex",26		"surrogate"27	],28	"devDependencies": {29		"ava": "^1.4.1",30		"tsd": "^0.7.2",31		"xo": "^0.24.0"32	}33}34 
basant307/AI_Governance_Project · CoolFace