package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. "/postcss-modules-local-by-default/postcss-selector-parser",
  20. "/postcss-modules-scope/postcss-selector-parser",
  21. "/postcss-selector-parser"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  24. "_shasum": "37741919903b868565e1c09ea747445cd18983ee",
  25. "_spec": "cssesc@^3.0.0",
  26. "_where": "E:\\vue_project\\el-table-column\\node_modules\\postcss-selector-parser",
  27. "author": {
  28. "name": "Mathias Bynens",
  29. "url": "https://mathiasbynens.be/"
  30. },
  31. "bin": {
  32. "cssesc": "bin/cssesc"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mathiasbynens/cssesc/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
  40. "devDependencies": {
  41. "babel-cli": "^6.26.0",
  42. "babel-preset-env": "^1.6.1",
  43. "codecov": "^1.0.1",
  44. "grunt": "^1.0.1",
  45. "grunt-template": "^1.0.0",
  46. "istanbul": "^0.4.4",
  47. "mocha": "^2.5.3",
  48. "regenerate": "^1.2.1",
  49. "requirejs": "^2.1.16"
  50. },
  51. "engines": {
  52. "node": ">=4"
  53. },
  54. "files": [
  55. "LICENSE-MIT.txt",
  56. "cssesc.js",
  57. "bin/",
  58. "man/"
  59. ],
  60. "homepage": "https://mths.be/cssesc",
  61. "keywords": [
  62. "css",
  63. "escape",
  64. "identifier",
  65. "string",
  66. "tool"
  67. ],
  68. "license": "MIT",
  69. "main": "cssesc.js",
  70. "man": [
  71. "man/cssesc.1"
  72. ],
  73. "name": "cssesc",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/mathiasbynens/cssesc.git"
  77. },
  78. "scripts": {
  79. "build": "grunt template && babel cssesc.js -o cssesc.js",
  80. "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
  81. "test": "mocha tests"
  82. },
  83. "version": "3.0.0"
  84. }