package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "jsesc@^2.5.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  6. "_location": "/jsesc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsesc@^2.5.1",
  12. "name": "jsesc",
  13. "escapedName": "jsesc",
  14. "rawSpec": "^2.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.5.1"
  17. },
  18. "_requiredBy": [
  19. "/@babel/generator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  22. "_shasum": "80564d2e483dacf6e8ef209650a67df3f0c283a4",
  23. "_spec": "jsesc@^2.5.1",
  24. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/generator",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://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": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
  38. "devDependencies": {
  39. "coveralls": "^2.11.6",
  40. "grunt": "^0.4.5",
  41. "grunt-template": "^0.2.3",
  42. "istanbul": "^0.4.2",
  43. "mocha": "*",
  44. "regenerate": "^1.3.0",
  45. "requirejs": "^2.1.22"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "LICENSE-MIT.txt",
  52. "jsesc.js",
  53. "bin/",
  54. "man/"
  55. ],
  56. "homepage": "https://mths.be/jsesc",
  57. "keywords": [
  58. "buffer",
  59. "escape",
  60. "javascript",
  61. "json",
  62. "map",
  63. "set",
  64. "string",
  65. "stringify",
  66. "tool"
  67. ],
  68. "license": "MIT",
  69. "main": "jsesc.js",
  70. "man": [
  71. "man/jsesc.1"
  72. ],
  73. "name": "jsesc",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/mathiasbynens/jsesc.git"
  77. },
  78. "scripts": {
  79. "build": "grunt template",
  80. "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
  81. "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
  82. "test": "mocha tests"
  83. },
  84. "version": "2.5.2"
  85. }