| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "scope-css@1.2.1",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "scope-css@1.2.1",
- "_id": "scope-css@1.2.1",
- "_inBundle": false,
- "_integrity": "sha512-UjLRmyEYaDNiOS673xlVkZFlVCtckJR/dKgr434VMm7Lb+AOOqXKdAcY7PpGlJYErjXXJzKN7HWo4uRPiZZG0Q==",
- "_location": "/scope-css",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "scope-css@1.2.1",
- "name": "scope-css",
- "escapedName": "scope-css",
- "rawSpec": "1.2.1",
- "saveSpec": null,
- "fetchSpec": "1.2.1"
- },
- "_requiredBy": [
- "/mermaid"
- ],
- "_resolved": "https://registry.npmjs.org/scope-css/-/scope-css-1.2.1.tgz",
- "_spec": "1.2.1",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "ΔY",
- "email": "df.creative@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/dy/scope-css/issues"
- },
- "dependencies": {
- "escaper": "^2.5.3",
- "slugify": "^1.3.1",
- "strip-css-comments": "^3.0.0"
- },
- "description": "Scope each css rule with a selector, ie. nest into parent",
- "devDependencies": {
- "cln": "^1.1.0",
- "tape": "^4.9.1"
- },
- "homepage": "https://github.com/dy/scope-css#readme",
- "keywords": [
- "css",
- "style",
- "insert-css",
- "nesting",
- "scope",
- "nest",
- "parent",
- "selector",
- "sheetify"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "scope-css",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dy/scope-css.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.2.1"
- }
|