Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
59
node_modules/@sindresorhus/slugify/package.json
generated
vendored
Normal file
59
node_modules/@sindresorhus/slugify/package.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "@sindresorhus/slugify",
|
||||
"version": "2.2.1",
|
||||
"description": "Slugify a string",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/slugify",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": "./index.js",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"overridable-replacements.js"
|
||||
],
|
||||
"keywords": [
|
||||
"string",
|
||||
"slugify",
|
||||
"slug",
|
||||
"url",
|
||||
"url-safe",
|
||||
"urlify",
|
||||
"transliterate",
|
||||
"transliteration",
|
||||
"deburr",
|
||||
"unicode",
|
||||
"ascii",
|
||||
"text",
|
||||
"decamelize",
|
||||
"pretty",
|
||||
"clean",
|
||||
"filename",
|
||||
"id"
|
||||
],
|
||||
"dependencies": {
|
||||
"@sindresorhus/transliterate": "^1.0.0",
|
||||
"escape-string-regexp": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^3.15.0",
|
||||
"tsd": "^0.14.0",
|
||||
"xo": "^0.38.2"
|
||||
},
|
||||
"xo": {
|
||||
"rules": {
|
||||
"@typescript-eslint/member-ordering": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user