No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

89 líneas
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "jsesc@2.5.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "jsesc@2.5.2",
  9. "_id": "jsesc@2.5.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  12. "_location": "/jsesc",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jsesc@2.5.2",
  18. "name": "jsesc",
  19. "escapedName": "jsesc",
  20. "rawSpec": "2.5.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.5.2"
  23. },
  24. "_requiredBy": [
  25. "/@babel/generator"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  28. "_spec": "2.5.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Mathias Bynens",
  32. "url": "https://mathiasbynens.be/"
  33. },
  34. "bin": {
  35. "jsesc": "bin/jsesc"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mathiasbynens/jsesc/issues"
  39. },
  40. "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
  41. "devDependencies": {
  42. "coveralls": "^2.11.6",
  43. "grunt": "^0.4.5",
  44. "grunt-template": "^0.2.3",
  45. "istanbul": "^0.4.2",
  46. "mocha": "*",
  47. "regenerate": "^1.3.0",
  48. "requirejs": "^2.1.22"
  49. },
  50. "engines": {
  51. "node": ">=4"
  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": "2.5.2"
  88. }