package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "stringify-entities@1.3.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "stringify-entities@1.3.2",
  9. "_id": "stringify-entities@1.3.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-nrBAQClJAPN2p+uGCVJRPIPakKeKWZ9GtBCmormE7pWOSlHat7+x5A8gx85M7HM5Dt0BP3pP5RhVW77WdbJJ3A==",
  12. "_location": "/stringify-entities",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "stringify-entities@1.3.2",
  18. "name": "stringify-entities",
  19. "escapedName": "stringify-entities",
  20. "rawSpec": "1.3.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.2"
  23. },
  24. "_requiredBy": [
  25. "/hast-util-to-html",
  26. "/remark-stringify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.2.tgz",
  29. "_spec": "1.3.2",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Titus Wormer",
  33. "email": "tituswormer@gmail.com",
  34. "url": "http://wooorm.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/wooorm/stringify-entities/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Titus Wormer",
  42. "email": "tituswormer@gmail.com",
  43. "url": "http://wooorm.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "character-entities-html4": "^1.0.0",
  48. "character-entities-legacy": "^1.0.0",
  49. "is-alphanumerical": "^1.0.0",
  50. "is-hexadecimal": "^1.0.0"
  51. },
  52. "description": "Encode HTML character references and character entities",
  53. "devDependencies": {
  54. "browserify": "^16.0.0",
  55. "character-entities": "^1.0.0",
  56. "esmangle": "^1.0.0",
  57. "nyc": "^11.0.0",
  58. "remark-cli": "^5.0.0",
  59. "remark-preset-wooorm": "^4.0.0",
  60. "tape": "^4.0.0",
  61. "xo": "^0.20.0"
  62. },
  63. "files": [
  64. "dangerous.json",
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/wooorm/stringify-entities#readme",
  68. "keywords": [
  69. "stringify",
  70. "encode",
  71. "escape",
  72. "html",
  73. "character",
  74. "reference",
  75. "entity",
  76. "entities"
  77. ],
  78. "license": "MIT",
  79. "name": "stringify-entities",
  80. "nyc": {
  81. "check-coverage": true,
  82. "lines": 100,
  83. "functions": 100,
  84. "branches": 100
  85. },
  86. "prettier": {
  87. "tabWidth": 2,
  88. "useTabs": false,
  89. "singleQuote": true,
  90. "bracketSpacing": false,
  91. "semi": false,
  92. "trailingComma": "none"
  93. },
  94. "remarkConfig": {
  95. "plugins": [
  96. "preset-wooorm"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/wooorm/stringify-entities.git"
  102. },
  103. "scripts": {
  104. "build": "npm run build-bundle && npm run build-mangle",
  105. "build-bundle": "browserify index.js --bare -s stringifyEntities > stringify-entities.js",
  106. "build-mangle": "esmangle stringify-entities.js > stringify-entities.min.js",
  107. "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
  108. "generate": "node build",
  109. "test": "npm run generate && npm run format && npm run build && npm run test-coverage",
  110. "test-api": "node test",
  111. "test-coverage": "nyc --reporter lcov tape test.js"
  112. },
  113. "version": "1.3.2",
  114. "xo": {
  115. "prettier": true,
  116. "esnext": false,
  117. "rules": {
  118. "no-var": "off",
  119. "unicorn/number-literal-case": "off",
  120. "prefer-arrow-callback": "off",
  121. "guard-for-in": "off"
  122. },
  123. "ignores": [
  124. "stringify-entities.js"
  125. ]
  126. }
  127. }