package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "jsesc@1.3.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsesc@1.3.0",
  10. "_id": "jsesc@1.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
  13. "_location": "/jsesc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jsesc@1.3.0",
  19. "name": "jsesc",
  20. "escapedName": "jsesc",
  21. "rawSpec": "1.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-generator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
  29. "_spec": "1.3.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Mathias Bynens",
  33. "url": "https://mathiasbynens.be/"
  34. },
  35. "bin": {
  36. "jsesc": "bin/jsesc"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mathiasbynens/jsesc/issues"
  40. },
  41. "description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
  42. "devDependencies": {
  43. "coveralls": "^2.11.6",
  44. "grunt": "^0.4.5",
  45. "grunt-shell": "^1.1.2",
  46. "grunt-template": "^0.2.3",
  47. "istanbul": "^0.4.2",
  48. "qunit-extras": "^1.4.5",
  49. "qunitjs": "~1.11.0",
  50. "regenerate": "^1.2.1",
  51. "requirejs": "^2.1.22"
  52. },
  53. "files": [
  54. "LICENSE-MIT.txt",
  55. "jsesc.js",
  56. "bin/",
  57. "man/"
  58. ],
  59. "homepage": "https://mths.be/jsesc",
  60. "keywords": [
  61. "string",
  62. "escape",
  63. "javascript",
  64. "tool"
  65. ],
  66. "license": "MIT",
  67. "main": "jsesc.js",
  68. "man": [
  69. "man/jsesc.1"
  70. ],
  71. "name": "jsesc",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/mathiasbynens/jsesc.git"
  75. },
  76. "scripts": {
  77. "build": "grunt template",
  78. "test": "node tests/tests.js"
  79. },
  80. "version": "1.3.0"
  81. }