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.

109 lines
3.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "cssesc@^3.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@riotjs/compiler"
  6. ]
  7. ],
  8. "_from": "cssesc@>=3.0.0 <4.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "cssesc@3.0.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/cssesc",
  14. "_nodeVersion": "10.4.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/cssesc_3.0.0_1549298060123_0.3791149152663338"
  18. },
  19. "_npmUser": {
  20. "email": "mathias@qiwi.be",
  21. "name": "mathias"
  22. },
  23. "_npmVersion": "6.7.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "cssesc",
  27. "raw": "cssesc@^3.0.0",
  28. "rawSpec": "^3.0.0",
  29. "scope": null,
  30. "spec": ">=3.0.0 <4.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/@riotjs/compiler"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  37. "_shasum": "37741919903b868565e1c09ea747445cd18983ee",
  38. "_shrinkwrap": null,
  39. "_spec": "cssesc@^3.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@riotjs/compiler",
  41. "author": {
  42. "name": "Mathias Bynens",
  43. "url": "https://mathiasbynens.be/"
  44. },
  45. "bin": {
  46. "cssesc": "bin/cssesc"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/mathiasbynens/cssesc/issues"
  50. },
  51. "dependencies": {},
  52. "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
  53. "devDependencies": {
  54. "babel-cli": "^6.26.0",
  55. "babel-preset-env": "^1.6.1",
  56. "codecov": "^1.0.1",
  57. "grunt": "^1.0.1",
  58. "grunt-template": "^1.0.0",
  59. "istanbul": "^0.4.4",
  60. "mocha": "^2.5.3",
  61. "regenerate": "^1.2.1",
  62. "requirejs": "^2.1.16"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "fileCount": 6,
  67. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  68. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWGmMCRA9TVsSAnZWagAA0ZUP/2X5oRTLBf7/sRYddb5U\nNKaRImbd1ZH/zItL1jx31ddvbTalHpGgtt4/GvEN1ajR37EU+9XJx1fma9VA\nB1Uh5r+Rr2NRuIBK5Dl+QJKLmadPdnVM5NlId1SZckX+quib2VE/sI4J8N75\nvf994TBYFKgFj/DETnETcqQL5s0RR4AyzaGuLgoOfP21DbkPmo3cmmcizDH5\ngs4znbEdQsXWxTqKVvrVq0OuDrW/AsdYv65mKUm0pgP0u1q3fOg2CACTv+gK\naI033Vq38XSMQqoLYHcyF8pz9nS+wPxdeVEXPBGS6lSsd3fgAmXByFVo6xoX\n6wADEcDliasLfr7U5V1u0S4HX9n9wq9US9GtD8/bIWOfLMknz5Vj8wHSy7Gc\nPwY5VT2sBCiN23eiwBDLgkYxlSqh5HbY62q5aGGtvU+vcxyEZEBUo60DRQc7\n2FuMW2tvENnsqlj3qzfte3L4pJ/a88mq29HjHKbx0GPCbwVWt63wl6zzBvSZ\nQQMNdpovpJezFZGk6POUL2Zhn9vZpkUkSF+ZiTCkI0+7m5Fkfxsswe4j0Cb5\n9LxgkKBpuFgNbH1+/7WA14BQx5TVZW3mW1ogAzts1Na9f9cQ6YFQTX/D9j5f\nMB/FoiodBzY0kvwn5kwH1ax1W90q3yI382gLkKzC6EAHawn7hpAr6UB5//96\nzg/w\r\n=aPMg\r\n-----END PGP SIGNATURE-----\r\n",
  69. "shasum": "37741919903b868565e1c09ea747445cd18983ee",
  70. "tarball": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  71. "unpackedSize": 17488
  72. },
  73. "engines": {
  74. "node": ">=4"
  75. },
  76. "gitHead": "cb894eb42f27c8d3cd793f16afe35b3ab38000a1",
  77. "homepage": "https://mths.be/cssesc",
  78. "keywords": [
  79. "css",
  80. "escape",
  81. "identifier",
  82. "string",
  83. "tool"
  84. ],
  85. "license": "MIT",
  86. "main": "cssesc.js",
  87. "maintainers": [
  88. {
  89. "name": "mathias",
  90. "email": "mathias@qiwi.be"
  91. }
  92. ],
  93. "man": [
  94. "man/cssesc.1"
  95. ],
  96. "name": "cssesc",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/mathiasbynens/cssesc.git"
  102. },
  103. "scripts": {
  104. "build": "grunt template && babel cssesc.js -o cssesc.js",
  105. "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
  106. "test": "mocha tests"
  107. },
  108. "version": "3.0.0"
  109. }