| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "strip-css-comments@3.0.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "strip-css-comments@3.0.0",
- "_id": "strip-css-comments@3.0.0",
- "_inBundle": false,
- "_integrity": "sha1-elYl7/iisibPiUehElTaluE9rok=",
- "_location": "/strip-css-comments",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "strip-css-comments@3.0.0",
- "name": "strip-css-comments",
- "escapedName": "strip-css-comments",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/scope-css"
- ],
- "_resolved": "https://registry.npmjs.org/strip-css-comments/-/strip-css-comments-3.0.0.tgz",
- "_spec": "3.0.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/strip-css-comments/issues"
- },
- "dependencies": {
- "is-regexp": "^1.0.0"
- },
- "description": "Strip comments from CSS",
- "devDependencies": {
- "ava": "0.0.4",
- "matcha": "^0.6.0",
- "xo": "*"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/strip-css-comments#readme",
- "keywords": [
- "css",
- "style",
- "stylesheet",
- "strip",
- "remove",
- "delete",
- "trim",
- "comments",
- "preprocess",
- "transform",
- "string"
- ],
- "license": "MIT",
- "name": "strip-css-comments",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/strip-css-comments.git"
- },
- "scripts": {
- "bench": "matcha bench.js",
- "test": "xo && node test.js"
- },
- "version": "3.0.0"
- }
|