package.json 1.2 KB

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