{ "_from": "css", "_id": "css@3.0.0", "_inBundle": false, "_integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==", "_location": "/css", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "css", "name": "css", "escapedName": "css", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz", "_shasum": "4447a4d58fdd03367c516ca9f64ae365cee4aa5d", "_spec": "css", "_where": "/home/zignd/hack/html-css-class-completion", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "bugs": { "url": "https://github.com/reworkcss/css/issues" }, "bundleDependencies": false, "dependencies": { "inherits": "^2.0.4", "source-map": "^0.6.1", "source-map-resolve": "^0.6.0" }, "deprecated": false, "description": "CSS parser / stringifier", "devDependencies": { "bytes": "^3.1.0", "matcha": "^0.7.0", "mocha": "^8.0.1", "should": "^13.2.3" }, "files": [ "index.js", "lib", "Readme.md" ], "homepage": "https://github.com/reworkcss/css#readme", "keywords": [ "css", "parser", "stringifier", "stylesheet" ], "license": "MIT", "main": "index", "name": "css", "repository": { "type": "git", "url": "git+https://github.com/reworkcss/css.git" }, "scripts": { "benchmark": "matcha", "test": "mocha --require should --reporter spec test/*.js" }, "version": "3.0.0" }