| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_args": [
- [
- "slugify@1.4.5",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "slugify@1.4.5",
- "_id": "slugify@1.4.5",
- "_inBundle": false,
- "_integrity": "sha512-WpECLAgYaxHoEAJ8Q1Lo8HOs1ngn7LN7QjXgOLbmmfkcWvosyk4ZTXkTzKyhngK640USTZUlgoQJfED1kz5fnQ==",
- "_location": "/slugify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "slugify@1.4.5",
- "name": "slugify",
- "escapedName": "slugify",
- "rawSpec": "1.4.5",
- "saveSpec": null,
- "fetchSpec": "1.4.5"
- },
- "_requiredBy": [
- "/scope-css"
- ],
- "_resolved": "https://registry.npmjs.org/slugify/-/slugify-1.4.5.tgz",
- "_spec": "1.4.5",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "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.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.4.5"
- }
|