package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "jsesc@~0.5.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/regjsparser"
  6. ]
  7. ],
  8. "_from": "jsesc@>=0.5.0 <0.6.0",
  9. "_id": "jsesc@0.5.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/jsesc",
  13. "_npmUser": {
  14. "email": "mathias@qiwi.be",
  15. "name": "mathias"
  16. },
  17. "_npmVersion": "1.4.9",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "jsesc",
  21. "raw": "jsesc@~0.5.0",
  22. "rawSpec": "~0.5.0",
  23. "scope": null,
  24. "spec": ">=0.5.0 <0.6.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/regjsparser"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  31. "_shasum": "e7dee66e35d6fc16f710fe91d5cf69f70f08911d",
  32. "_shrinkwrap": null,
  33. "_spec": "jsesc@~0.5.0",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/regjsparser",
  35. "author": {
  36. "name": "Mathias Bynens",
  37. "url": "http://mathiasbynens.be/"
  38. },
  39. "bin": {
  40. "jsesc": "bin/jsesc"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/mathiasbynens/jsesc/issues"
  44. },
  45. "dependencies": {},
  46. "description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
  47. "devDependencies": {
  48. "coveralls": "^2.10.0",
  49. "grunt": "^0.4.5",
  50. "grunt-shell": "^0.7.0",
  51. "grunt-template": "^0.2.3",
  52. "istanbul": "^0.3.0",
  53. "qunit-extras": "^1.2.0",
  54. "qunitjs": "~1.11.0",
  55. "regenerate": "^0.6.2",
  56. "requirejs": "^2.1.14"
  57. },
  58. "directories": {
  59. "test": "tests"
  60. },
  61. "dist": {
  62. "shasum": "e7dee66e35d6fc16f710fe91d5cf69f70f08911d",
  63. "tarball": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
  64. },
  65. "files": [
  66. "LICENSE-MIT.txt",
  67. "bin/",
  68. "jsesc.js",
  69. "man/"
  70. ],
  71. "homepage": "http://mths.be/jsesc",
  72. "keywords": [
  73. "escape",
  74. "javascript",
  75. "string",
  76. "tool"
  77. ],
  78. "licenses": [
  79. {
  80. "type": "MIT",
  81. "url": "http://mths.be/mit"
  82. }
  83. ],
  84. "main": "jsesc.js",
  85. "maintainers": [
  86. {
  87. "name": "mathias",
  88. "email": "mathias@qiwi.be"
  89. }
  90. ],
  91. "man": [
  92. "man/jsesc.1"
  93. ],
  94. "name": "jsesc",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/mathiasbynens/jsesc.git"
  100. },
  101. "scripts": {
  102. "test": "node tests/tests.js"
  103. },
  104. "version": "0.5.0"
  105. }