75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
|
{
|
||
|
"_from": "slugify@^1.3.4",
|
||
|
"_id": "slugify@1.6.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang==",
|
||
|
"_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": [
|
||
|
"/@expo/config",
|
||
|
"/expo-constants/@expo/config",
|
||
|
"/jest-expo/@expo/config"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.0.tgz",
|
||
|
"_shasum": "6bdf8ed01dabfdc46425b67e3320b698832ff893",
|
||
|
"_spec": "slugify@^1.3.4",
|
||
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@expo/config",
|
||
|
"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.1.0",
|
||
|
"mocha": "^7.2.0",
|
||
|
"nyc": "^15.1.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.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": "npx mocha --recursive",
|
||
|
"test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive"
|
||
|
},
|
||
|
"types": "slugify.d.ts",
|
||
|
"version": "1.6.0"
|
||
|
}
|