package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "css@^3.0.0",
  3. "_id": "css@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
  6. "_location": "/css",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css@^3.0.0",
  12. "name": "css",
  13. "escapedName": "css",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/stylus"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/css/-/css-3.0.0.tgz",
  22. "_shasum": "4447a4d58fdd03367c516ca9f64ae365cee4aa5d",
  23. "_spec": "css@^3.0.0",
  24. "_where": "/var/www/AfterAales/node_modules/stylus",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/reworkcss/css/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "inherits": "^2.0.4",
  35. "source-map": "^0.6.1",
  36. "source-map-resolve": "^0.6.0"
  37. },
  38. "deprecated": false,
  39. "description": "CSS parser / stringifier",
  40. "devDependencies": {
  41. "bytes": "^3.1.0",
  42. "matcha": "^0.7.0",
  43. "mocha": "^8.0.1",
  44. "should": "^13.2.3"
  45. },
  46. "files": [
  47. "index.js",
  48. "lib",
  49. "Readme.md"
  50. ],
  51. "homepage": "https://github.com/reworkcss/css#readme",
  52. "keywords": [
  53. "css",
  54. "parser",
  55. "stringifier",
  56. "stylesheet"
  57. ],
  58. "license": "MIT",
  59. "main": "index",
  60. "name": "css",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/reworkcss/css.git"
  64. },
  65. "scripts": {
  66. "benchmark": "matcha",
  67. "test": "mocha --require should --reporter spec test/*.js"
  68. },
  69. "version": "3.0.0"
  70. }