mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-02-02 14:41:16 +00:00
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"slugify@1.3.6",
|
||
|
"/Users/tatiana/selfdefined"
|
||
|
]
|
||
|
],
|
||
|
"_from": "slugify@1.3.6",
|
||
|
"_id": "slugify@1.3.6",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-wA9XS475ZmGNlEnYYLPReSfuz/c3VQsEMoU43mi6OnKMCdbnFXd4/Yg7J0lBv8jkPolacMpOrWEaoYxuE1+hoQ==",
|
||
|
"_location": "/slugify",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "slugify@1.3.6",
|
||
|
"name": "slugify",
|
||
|
"escapedName": "slugify",
|
||
|
"rawSpec": "1.3.6",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.3.6"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@11ty/eleventy"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/slugify/-/slugify-1.3.6.tgz",
|
||
|
"_spec": "1.3.6",
|
||
|
"_where": "/Users/tatiana/selfdefined",
|
||
|
"author": {
|
||
|
"name": "Simeon Velichkov",
|
||
|
"email": "simeonvelichkov@gmail.com",
|
||
|
"url": "https://simov.github.io"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/simov/slugify/issues"
|
||
|
},
|
||
|
"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"
|
||
|
}
|