package.json 1.9 KB

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