package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "unescape@^1.0.1",
  3. "_id": "unescape@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==",
  6. "_location": "/unescape",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unescape@^1.0.1",
  12. "name": "unescape",
  13. "escapedName": "unescape",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/utility"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unescape/-/unescape-1.0.1.tgz",
  22. "_shasum": "956e430f61cad8a4d57d82c518f5e6cc5d0dda96",
  23. "_spec": "unescape@^1.0.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\utility",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/unescape/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "extend-shallow": "^2.0.1"
  35. },
  36. "deprecated": false,
  37. "description": "Convert HTML entities to HTML characters, e.g. `>` converts to `>`.",
  38. "devDependencies": {
  39. "gulp-format-md": "^0.1.11",
  40. "mocha": "^3.2.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/unescape",
  49. "keywords": [
  50. "char",
  51. "character",
  52. "characters",
  53. "entities",
  54. "entity",
  55. "escape",
  56. "html",
  57. "string",
  58. "un-escape",
  59. "unescape",
  60. "xml"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "unescape",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonschlinkert/unescape.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "verb": {
  73. "toc": false,
  74. "layout": "default",
  75. "tasks": [
  76. "readme"
  77. ],
  78. "plugins": [
  79. "gulp-format-md"
  80. ],
  81. "lint": {
  82. "reflinks": true
  83. },
  84. "related": {
  85. "list": [
  86. "html-elements",
  87. "html-tag",
  88. "html-toc",
  89. "is-self-closing"
  90. ]
  91. },
  92. "reflinks": [
  93. "ent",
  94. "html-entities"
  95. ]
  96. },
  97. "version": "1.0.1"
  98. }