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.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "specificity@^0.4.1",
  3. "_id": "specificity@0.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==",
  6. "_location": "/specificity",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "specificity@^0.4.1",
  12. "name": "specificity",
  13. "escapedName": "specificity",
  14. "rawSpec": "^0.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.1"
  17. },
  18. "_requiredBy": [
  19. "/inline-css"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz",
  22. "_shasum": "aab5e645012db08ba182e151165738d00887b019",
  23. "_spec": "specificity@^0.4.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\inline-css",
  25. "author": {
  26. "name": "Keegan Street",
  27. "url": "http://keegan.st"
  28. },
  29. "bin": {
  30. "specificity": "bin/specificity"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/keeganstreet/specificity/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Calculate the specificity of a CSS selector",
  38. "devDependencies": {
  39. "esm": "^3.0.71",
  40. "mocha": "^5.2.0",
  41. "rollup": "^0.62.0"
  42. },
  43. "homepage": "https://github.com/keeganstreet/specificity",
  44. "keywords": [
  45. "CSS",
  46. "specificity"
  47. ],
  48. "license": "MIT",
  49. "main": "dist/specificity",
  50. "module": "dist/specificity.mjs",
  51. "name": "specificity",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/keeganstreet/specificity.git"
  55. },
  56. "scripts": {
  57. "prepare": "rollup --config",
  58. "test": "mocha test/test.js --require esm"
  59. },
  60. "types": "specificity.d.ts",
  61. "version": "0.4.1"
  62. }