You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "/rework-import"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
  23. "_shasum": "c646755c73971f2bba6a601e2cf2fd71b1298929",
  24. "_spec": "css@^2.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\rework",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/reworkcss/css/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "inherits": "^2.0.3",
  36. "source-map": "^0.6.1",
  37. "source-map-resolve": "^0.5.2",
  38. "urix": "^0.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "CSS parser / stringifier",
  42. "devDependencies": {
  43. "bytes": "^1.0.0",
  44. "matcha": "^0.5.0",
  45. "mocha": "^1.21.3",
  46. "should": "^4.0.4"
  47. },
  48. "files": [
  49. "index.js",
  50. "lib",
  51. "Readme.md"
  52. ],
  53. "homepage": "https://github.com/reworkcss/css#readme",
  54. "keywords": [
  55. "css",
  56. "parser",
  57. "stringifier",
  58. "stylesheet"
  59. ],
  60. "license": "MIT",
  61. "main": "index",
  62. "name": "css",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/reworkcss/css.git"
  66. },
  67. "scripts": {
  68. "benchmark": "matcha",
  69. "test": "mocha --require should --reporter spec --bail test/*.js"
  70. },
  71. "version": "2.2.4"
  72. }