73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
|
{
|
||
|
"_from": "slugify@^1.3.4",
|
||
|
"_id": "slugify@1.3.6",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-wA9XS475ZmGNlEnYYLPReSfuz/c3VQsEMoU43mi6OnKMCdbnFXd4/Yg7J0lBv8jkPolacMpOrWEaoYxuE1+hoQ==",
|
||
|
"_location": "/slugify",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "slugify@^1.3.4",
|
||
|
"name": "slugify",
|
||
|
"escapedName": "slugify",
|
||
|
"rawSpec": "^1.3.4",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.3.4"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@11ty/eleventy"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/slugify/-/slugify-1.3.6.tgz",
|
||
|
"_shasum": "ba5fd6159b570fe4811d02ea9b1f4906677638c3",
|
||
|
"_spec": "slugify@^1.3.4",
|
||
|
"_where": "/home/suroh/Repos/11ty.work/node_modules/@11ty/eleventy",
|
||
|
"author": {
|
||
|
"name": "Simeon Velichkov",
|
||
|
"email": "simeonvelichkov@gmail.com",
|
||
|
"url": "https://simov.github.io"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/simov/slugify/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Slugifies a String",
|
||
|
"devDependencies": {
|
||
|
"coveralls": "^3.0.1",
|
||
|
"istanbul": "^0.4.5",
|
||
|
"mocha": "^5.2.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"README.md",
|
||
|
"slugify.d.ts",
|
||
|
"slugify.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/simov/slugify",
|
||
|
"keywords": [
|
||
|
"slugify",
|
||
|
"slug",
|
||
|
"url",
|
||
|
"urlify"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "./slugify.js",
|
||
|
"name": "slugify",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/simov/slugify.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "node bin/build",
|
||
|
"test": "npm run build && npm run test:ci",
|
||
|
"test:ci": "mocha test/",
|
||
|
"test:cov": "istanbul cover _mocha"
|
||
|
},
|
||
|
"types": "slugify.d.ts",
|
||
|
"version": "1.3.6"
|
||
|
}
|