{
  "_from": "css@^3.0.0",
  "_id": "css@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
  "_location": "/css",
  "_phantomChildren": {
    "atob": "2.1.2",
    "decode-uri-component": "0.2.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "css@^3.0.0",
    "name": "css",
    "escapedName": "css",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/critters"
  ],
  "_resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
  "_shasum": "4447a4d58fdd03367c516ca9f64ae365cee4aa5d",
  "_spec": "css@^3.0.0",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\critters",
  "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"
}
