package.json 1.7 KB

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