package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "css@2.2.4",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "css@2.2.4",
  9. "_id": "css@2.2.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
  12. "_location": "/css",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "css@2.2.4",
  18. "name": "css",
  19. "escapedName": "css",
  20. "rawSpec": "2.2.4",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.4"
  23. },
  24. "_requiredBy": [
  25. "/css-parse",
  26. "/extract-from-css"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
  29. "_spec": "2.2.4",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/reworkcss/css/issues"
  37. },
  38. "dependencies": {
  39. "inherits": "^2.0.3",
  40. "source-map": "^0.6.1",
  41. "source-map-resolve": "^0.5.2",
  42. "urix": "^0.1.0"
  43. },
  44. "description": "CSS parser / stringifier",
  45. "devDependencies": {
  46. "bytes": "^1.0.0",
  47. "matcha": "^0.5.0",
  48. "mocha": "^1.21.3",
  49. "should": "^4.0.4"
  50. },
  51. "files": [
  52. "index.js",
  53. "lib",
  54. "Readme.md"
  55. ],
  56. "homepage": "https://github.com/reworkcss/css#readme",
  57. "keywords": [
  58. "css",
  59. "parser",
  60. "stringifier",
  61. "stylesheet"
  62. ],
  63. "license": "MIT",
  64. "main": "index",
  65. "name": "css",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/reworkcss/css.git"
  69. },
  70. "scripts": {
  71. "benchmark": "matcha",
  72. "test": "mocha --require should --reporter spec --bail test/*.js"
  73. },
  74. "version": "2.2.4"
  75. }