package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "css.escape@^1.5.1",
  3. "_id": "css.escape@1.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=",
  6. "_location": "/css.escape",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css.escape@^1.5.1",
  12. "name": "css.escape",
  13. "escapedName": "css.escape",
  14. "rawSpec": "^1.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.1"
  17. },
  18. "_requiredBy": [
  19. "/@testing-library/jest-dom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  22. "_shasum": "42e27d4fa04ae32f931a4b4d4191fa9cddee97cb",
  23. "_spec": "css.escape@^1.5.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@testing-library\\jest-dom",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://mathiasbynens.be/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mathiasbynens/CSS.escape/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.",
  35. "devDependencies": {
  36. "coveralls": "^2.11.4",
  37. "istanbul": "^0.4.1"
  38. },
  39. "files": [
  40. "LICENSE-MIT.txt",
  41. "css.escape.js"
  42. ],
  43. "homepage": "https://mths.be/cssescape",
  44. "keywords": [
  45. "string",
  46. "unicode",
  47. "identifier",
  48. "css",
  49. "cssom",
  50. "polyfill"
  51. ],
  52. "license": "MIT",
  53. "main": "css.escape.js",
  54. "name": "css.escape",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/mathiasbynens/CSS.escape.git"
  58. },
  59. "scripts": {
  60. "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
  61. "coveralls": "istanbul cover --verbose --dir coverage tests/tests.js && coveralls < coverage/lcov.info; rm -rf coverage/lcov*",
  62. "test": "node tests/tests.js"
  63. },
  64. "version": "1.5.1"
  65. }