Dashboard sipadu mbip
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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "cssesc@^0.1.0",
  3. "_id": "cssesc@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=",
  6. "_location": "/cssesc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cssesc@^0.1.0",
  12. "name": "cssesc",
  13. "escapedName": "cssesc",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/css-selector-tokenizer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
  22. "_shasum": "c814903e45623371a0477b40109aaafbeeaddbb4",
  23. "_spec": "cssesc@^0.1.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/css-selector-tokenizer",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "http://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. "dependencies": {},
  37. "deprecated": false,
  38. "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
  39. "devDependencies": {
  40. "grunt": "~0.4.1",
  41. "grunt-shell": "~0.3.1",
  42. "grunt-template": "~0.2.0",
  43. "istanbul": "~0.1.42",
  44. "qunit-clib": "~1.3.0",
  45. "qunitjs": "~1.11.0",
  46. "regenerate": "~0.5.2",
  47. "requirejs": "~2.1.8"
  48. },
  49. "directories": {
  50. "test": "tests"
  51. },
  52. "files": [
  53. "LICENSE-MIT.txt",
  54. "cssesc.js",
  55. "bin/",
  56. "man/"
  57. ],
  58. "homepage": "http://mths.be/cssesc",
  59. "keywords": [
  60. "css",
  61. "escape",
  62. "identifier",
  63. "string",
  64. "tool"
  65. ],
  66. "licenses": [
  67. {
  68. "type": "MIT",
  69. "url": "http://mths.be/mit"
  70. }
  71. ],
  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. "test": "node tests/tests.js"
  83. },
  84. "version": "0.1.0"
  85. }