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.

82 lines
2.1 KiB

5 years ago
  1. {
  2. "_from": "cssesc@^3.0.0",
  3. "_id": "cssesc@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  6. "_location": "/cssesc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cssesc@^3.0.0",
  12. "name": "cssesc",
  13. "escapedName": "cssesc",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@riotjs/compiler"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  22. "_shasum": "37741919903b868565e1c09ea747445cd18983ee",
  23. "_spec": "cssesc@^3.0.0",
  24. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/@riotjs/compiler",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://mathiasbynens.be/"
  28. },
  29. "bin": {
  30. "cssesc": "bin/cssesc"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mathiasbynens/cssesc/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
  38. "devDependencies": {
  39. "babel-cli": "^6.26.0",
  40. "babel-preset-env": "^1.6.1",
  41. "codecov": "^1.0.1",
  42. "grunt": "^1.0.1",
  43. "grunt-template": "^1.0.0",
  44. "istanbul": "^0.4.4",
  45. "mocha": "^2.5.3",
  46. "regenerate": "^1.2.1",
  47. "requirejs": "^2.1.16"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "LICENSE-MIT.txt",
  54. "cssesc.js",
  55. "bin/",
  56. "man/"
  57. ],
  58. "homepage": "https://mths.be/cssesc",
  59. "keywords": [
  60. "css",
  61. "escape",
  62. "identifier",
  63. "string",
  64. "tool"
  65. ],
  66. "license": "MIT",
  67. "main": "cssesc.js",
  68. "man": [
  69. "man/cssesc.1"
  70. ],
  71. "name": "cssesc",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/mathiasbynens/cssesc.git"
  75. },
  76. "scripts": {
  77. "build": "grunt template && babel cssesc.js -o cssesc.js",
  78. "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
  79. "test": "mocha tests"
  80. },
  81. "version": "3.0.0"
  82. }