package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "jsesc@~0.5.0",
  3. "_id": "jsesc@0.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
  6. "_location": "/jsesc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsesc@~0.5.0",
  12. "name": "jsesc",
  13. "escapedName": "jsesc",
  14. "rawSpec": "~0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/regjsparser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  22. "_shasum": "e7dee66e35d6fc16f710fe91d5cf69f70f08911d",
  23. "_spec": "jsesc@~0.5.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\regjsparser",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "http://mathiasbynens.be/"
  28. },
  29. "bin": {
  30. "jsesc": "bin/jsesc"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mathiasbynens/jsesc/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
  38. "devDependencies": {
  39. "coveralls": "^2.10.0",
  40. "grunt": "^0.4.5",
  41. "grunt-shell": "^0.7.0",
  42. "grunt-template": "^0.2.3",
  43. "istanbul": "^0.3.0",
  44. "qunit-extras": "^1.2.0",
  45. "qunitjs": "~1.11.0",
  46. "regenerate": "^0.6.2",
  47. "requirejs": "^2.1.14"
  48. },
  49. "directories": {
  50. "test": "tests"
  51. },
  52. "files": [
  53. "LICENSE-MIT.txt",
  54. "jsesc.js",
  55. "bin/",
  56. "man/"
  57. ],
  58. "homepage": "http://mths.be/jsesc",
  59. "keywords": [
  60. "string",
  61. "escape",
  62. "javascript",
  63. "tool"
  64. ],
  65. "licenses": [
  66. {
  67. "type": "MIT",
  68. "url": "http://mths.be/mit"
  69. }
  70. ],
  71. "main": "jsesc.js",
  72. "man": [
  73. "man/jsesc.1"
  74. ],
  75. "name": "jsesc",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/mathiasbynens/jsesc.git"
  79. },
  80. "scripts": {
  81. "test": "node tests/tests.js"
  82. },
  83. "version": "0.5.0"
  84. }