package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "css@^2.0.0",
  3. "_id": "css@2.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
  6. "_location": "/css",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css@^2.0.0",
  12. "name": "css",
  13. "escapedName": "css",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/rework"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
  22. "_shasum": "c646755c73971f2bba6a601e2cf2fd71b1298929",
  23. "_spec": "css@^2.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\rework",
  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.3",
  35. "source-map": "^0.6.1",
  36. "source-map-resolve": "^0.5.2",
  37. "urix": "^0.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "CSS parser / stringifier",
  41. "devDependencies": {
  42. "bytes": "^1.0.0",
  43. "matcha": "^0.5.0",
  44. "mocha": "^1.21.3",
  45. "should": "^4.0.4"
  46. },
  47. "files": [
  48. "index.js",
  49. "lib",
  50. "Readme.md"
  51. ],
  52. "homepage": "https://github.com/reworkcss/css#readme",
  53. "keywords": [
  54. "css",
  55. "parser",
  56. "stringifier",
  57. "stylesheet"
  58. ],
  59. "license": "MIT",
  60. "main": "index",
  61. "name": "css",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/reworkcss/css.git"
  65. },
  66. "scripts": {
  67. "benchmark": "matcha",
  68. "test": "mocha --require should --reporter spec --bail test/*.js"
  69. },
  70. "version": "2.2.4"
  71. }