You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.1 KiB

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