{ "_args": [ [ "css@3.0.0", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "css@3.0.0", "_id": "css@3.0.0", "_inBundle": false, "_integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==", "_location": "/css", "_phantomChildren": {}, "_requested": { "type": "version", "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", "_spec": "3.0.0", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "bugs": { "url": "https://github.com/reworkcss/css/issues" }, "dependencies": { "inherits": "^2.0.4", "source-map": "^0.6.1", "source-map-resolve": "^0.6.0" }, "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" }