package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "cssesc@0.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "cssesc@0.1.0",
  9. "_id": "cssesc@0.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=",
  12. "_location": "/cssesc",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cssesc@0.1.0",
  18. "name": "cssesc",
  19. "escapedName": "cssesc",
  20. "rawSpec": "0.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.0"
  23. },
  24. "_requiredBy": [
  25. "/css-selector-tokenizer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
  28. "_spec": "0.1.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Mathias Bynens",
  32. "url": "http://mathiasbynens.be/"
  33. },
  34. "bin": {
  35. "cssesc": "bin/cssesc"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mathiasbynens/cssesc/issues"
  39. },
  40. "dependencies": {},
  41. "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
  42. "devDependencies": {
  43. "grunt": "~0.4.1",
  44. "grunt-shell": "~0.3.1",
  45. "grunt-template": "~0.2.0",
  46. "istanbul": "~0.1.42",
  47. "qunit-clib": "~1.3.0",
  48. "qunitjs": "~1.11.0",
  49. "regenerate": "~0.5.2",
  50. "requirejs": "~2.1.8"
  51. },
  52. "directories": {
  53. "test": "tests"
  54. },
  55. "files": [
  56. "LICENSE-MIT.txt",
  57. "cssesc.js",
  58. "bin/",
  59. "man/"
  60. ],
  61. "homepage": "http://mths.be/cssesc",
  62. "keywords": [
  63. "css",
  64. "escape",
  65. "identifier",
  66. "string",
  67. "tool"
  68. ],
  69. "licenses": [
  70. {
  71. "type": "MIT",
  72. "url": "http://mths.be/mit"
  73. }
  74. ],
  75. "main": "cssesc.js",
  76. "man": [
  77. "man/cssesc.1"
  78. ],
  79. "name": "cssesc",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/mathiasbynens/cssesc.git"
  83. },
  84. "scripts": {
  85. "test": "node tests/tests.js"
  86. },
  87. "version": "0.1.0"
  88. }