package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "parse-entities@1.2.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "parse-entities@1.2.2",
  9. "_id": "parse-entities@1.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==",
  12. "_location": "/parse-entities",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parse-entities@1.2.2",
  18. "name": "parse-entities",
  19. "escapedName": "parse-entities",
  20. "rawSpec": "1.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.2"
  23. },
  24. "_requiredBy": [
  25. "/remark-parse",
  26. "/remark-stringify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz",
  29. "_spec": "1.2.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": "https://wooorm.com"
  35. },
  36. "browser": {
  37. "./decode-entity.js": "./decode-entity.browser.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/wooorm/parse-entities/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Titus Wormer",
  45. "email": "tituswormer@gmail.com",
  46. "url": "https://wooorm.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "character-entities": "^1.0.0",
  51. "character-entities-legacy": "^1.0.0",
  52. "character-reference-invalid": "^1.0.0",
  53. "is-alphanumerical": "^1.0.0",
  54. "is-decimal": "^1.0.0",
  55. "is-hexadecimal": "^1.0.0"
  56. },
  57. "description": "Parse HTML character references: fast, spec-compliant, positional information",
  58. "devDependencies": {
  59. "browserify": "^16.0.0",
  60. "nyc": "^14.0.0",
  61. "prettier": "^1.12.1",
  62. "remark-cli": "^6.0.0",
  63. "remark-preset-wooorm": "^4.0.0",
  64. "tape": "^4.2.0",
  65. "tape-run": "^6.0.0",
  66. "tinyify": "^2.4.3",
  67. "xo": "^0.24.0"
  68. },
  69. "files": [
  70. "index.js",
  71. "decode-entity.js",
  72. "decode-entity.browser.js"
  73. ],
  74. "homepage": "https://github.com/wooorm/parse-entities#readme",
  75. "keywords": [
  76. "parse",
  77. "html",
  78. "character",
  79. "reference",
  80. "entity",
  81. "entities"
  82. ],
  83. "license": "MIT",
  84. "name": "parse-entities",
  85. "nyc": {
  86. "check-coverage": true,
  87. "lines": 100,
  88. "functions": 100,
  89. "branches": 100
  90. },
  91. "prettier": {
  92. "tabWidth": 2,
  93. "useTabs": false,
  94. "singleQuote": true,
  95. "bracketSpacing": false,
  96. "semi": false,
  97. "trailingComma": "none"
  98. },
  99. "react-native": {
  100. "./decode-entity.js": "./decode-entity.js"
  101. },
  102. "remarkConfig": {
  103. "plugins": [
  104. "preset-wooorm"
  105. ]
  106. },
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/wooorm/parse-entities.git"
  110. },
  111. "scripts": {
  112. "build": "npm run build-bundle && npm run build-mangle",
  113. "build-bundle": "browserify . -s parseEntities > parse-entities.js",
  114. "build-mangle": "browserify . -s parseEntities -p tinyify > parse-entities.min.js",
  115. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  116. "test": "npm run format && npm run build && npm run test-coverage && npm run test-browser",
  117. "test-api": "node test",
  118. "test-browser": "browserify test.js | tape-run",
  119. "test-coverage": "nyc --reporter lcov tape test.js"
  120. },
  121. "version": "1.2.2",
  122. "xo": {
  123. "prettier": true,
  124. "esnext": false,
  125. "rules": {
  126. "no-self-compare": "off",
  127. "guard-for-in": "off",
  128. "max-depth": "off"
  129. },
  130. "ignores": [
  131. "parse-entities.js"
  132. ]
  133. }
  134. }