package.json 2.0 KB

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