package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "css-parse@2.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-parse@2.0.0",
  10. "_id": "css-parse@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UNIFik2RgSbiTwIW1IsFwXWn6vs+bYdq83LKTSOsx7NJR7WII9dxewkHLltfTLVppoUApHV0118a4RZRI9FLwA==",
  13. "_location": "/css-parse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "css-parse@2.0.0",
  19. "name": "css-parse",
  20. "escapedName": "css-parse",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/stylus"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/reworkcss/css-parse/issues"
  37. },
  38. "dependencies": {
  39. "css": "^2.0.0"
  40. },
  41. "description": "CSS parser",
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/reworkcss/css-parse#readme",
  46. "keywords": [
  47. "css",
  48. "parser",
  49. "stylesheet"
  50. ],
  51. "license": "MIT",
  52. "main": "index",
  53. "name": "css-parse",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/reworkcss/css-parse.git"
  57. },
  58. "version": "2.0.0"
  59. }