package.json 1.9 KB

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