package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "jsesc@^3.0.2",
  3. "_id": "jsesc@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  6. "_location": "/jsesc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsesc@^3.0.2",
  12. "name": "jsesc",
  13. "escapedName": "jsesc",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@babel/generator",
  20. "/regjsparser"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  23. "_shasum": "74d335a234f67ed19907fdadfac7ccf9d409825d",
  24. "_spec": "jsesc@^3.0.2",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\generator",
  26. "author": {
  27. "name": "Mathias Bynens",
  28. "url": "https://mathiasbynens.be/"
  29. },
  30. "bin": {
  31. "jsesc": "bin/jsesc"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mathiasbynens/jsesc/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
  39. "devDependencies": {
  40. "coveralls": "^2.11.6",
  41. "grunt": "^0.4.5",
  42. "grunt-cli": "^1.3.2",
  43. "grunt-template": "^0.2.3",
  44. "istanbul": "^0.4.2",
  45. "mocha": "^5.2.0",
  46. "regenerate": "^1.3.0",
  47. "requirejs": "^2.1.22",
  48. "unicode-13.0.0": "0.8.0"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "LICENSE-MIT.txt",
  55. "jsesc.js",
  56. "bin/",
  57. "man/"
  58. ],
  59. "homepage": "https://mths.be/jsesc",
  60. "keywords": [
  61. "buffer",
  62. "escape",
  63. "javascript",
  64. "json",
  65. "map",
  66. "set",
  67. "string",
  68. "stringify",
  69. "tool"
  70. ],
  71. "license": "MIT",
  72. "main": "jsesc.js",
  73. "man": [
  74. "man/jsesc.1"
  75. ],
  76. "name": "jsesc",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/mathiasbynens/jsesc.git"
  80. },
  81. "scripts": {
  82. "build": "grunt template",
  83. "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
  84. "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
  85. "test": "mocha tests"
  86. },
  87. "version": "3.1.0"
  88. }