package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "character-entities@1.2.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "character-entities@1.2.4",
  9. "_id": "character-entities@1.2.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
  12. "_location": "/character-entities",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "character-entities@1.2.4",
  18. "name": "character-entities",
  19. "escapedName": "character-entities",
  20. "rawSpec": "1.2.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.4"
  23. },
  24. "_requiredBy": [
  25. "/parse-entities"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
  28. "_spec": "1.2.4",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Titus Wormer",
  32. "email": "tituswormer@gmail.com",
  33. "url": "https://wooorm.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/wooorm/character-entities/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "HTML character entity information",
  47. "devDependencies": {
  48. "bail": "^1.0.0",
  49. "browserify": "^16.0.0",
  50. "concat-stream": "^2.0.0",
  51. "prettier": "^1.0.0",
  52. "remark-cli": "^7.0.0",
  53. "remark-preset-wooorm": "^6.0.0",
  54. "tape": "^4.0.0",
  55. "tinyify": "^2.0.0",
  56. "xo": "^0.25.0"
  57. },
  58. "files": [
  59. "index.json"
  60. ],
  61. "funding": {
  62. "type": "github",
  63. "url": "https://github.com/sponsors/wooorm"
  64. },
  65. "homepage": "https://github.com/wooorm/character-entities#readme",
  66. "keywords": [
  67. "html",
  68. "entity",
  69. "entities",
  70. "character",
  71. "reference",
  72. "name",
  73. "replacement"
  74. ],
  75. "license": "MIT",
  76. "main": "index.json",
  77. "name": "character-entities",
  78. "prettier": {
  79. "tabWidth": 2,
  80. "useTabs": false,
  81. "singleQuote": true,
  82. "bracketSpacing": false,
  83. "semi": false,
  84. "trailingComma": "none"
  85. },
  86. "remarkConfig": {
  87. "plugins": [
  88. "preset-wooorm"
  89. ]
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/wooorm/character-entities.git"
  94. },
  95. "scripts": {
  96. "build": "npm run build-bundle && npm run build-mangle",
  97. "build-bundle": "browserify index.json -s characterEntities -o character-entities.js",
  98. "build-mangle": "browserify index.json -s characterEntities -p tinyify -o character-entities.min.js",
  99. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  100. "generate": "node build",
  101. "lint": "xo",
  102. "test": "npm run generate && npm run format && npm run build && npm run test-api",
  103. "test-api": "node test"
  104. },
  105. "version": "1.2.4",
  106. "xo": {
  107. "prettier": true,
  108. "esnext": false,
  109. "ignores": [
  110. "character-entities.js"
  111. ]
  112. }
  113. }