package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "comma-separated-tokens@1.0.8",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "comma-separated-tokens@1.0.8",
  9. "_id": "comma-separated-tokens@1.0.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
  12. "_location": "/comma-separated-tokens",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "comma-separated-tokens@1.0.8",
  18. "name": "comma-separated-tokens",
  19. "escapedName": "comma-separated-tokens",
  20. "rawSpec": "1.0.8",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.8"
  23. },
  24. "_requiredBy": [
  25. "/hast-util-to-html"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
  28. "_spec": "1.0.8",
  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/comma-separated-tokens/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "description": "Parse and stringify comma-separated tokens",
  46. "devDependencies": {
  47. "browserify": "^16.0.0",
  48. "nyc": "^15.0.0",
  49. "prettier": "^1.0.0",
  50. "remark-cli": "^7.0.0",
  51. "remark-preset-wooorm": "^6.0.0",
  52. "tape": "^4.0.0",
  53. "tinyify": "^2.0.0",
  54. "xo": "^0.25.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "funding": {
  60. "type": "github",
  61. "url": "https://github.com/sponsors/wooorm"
  62. },
  63. "homepage": "https://github.com/wooorm/comma-separated-tokens#readme",
  64. "keywords": [
  65. "dom",
  66. "html",
  67. "comma",
  68. "separated",
  69. "tokens",
  70. "parse",
  71. "stringify"
  72. ],
  73. "license": "MIT",
  74. "name": "comma-separated-tokens",
  75. "prettier": {
  76. "tabWidth": 2,
  77. "useTabs": false,
  78. "singleQuote": true,
  79. "bracketSpacing": false,
  80. "semi": false,
  81. "trailingComma": "none"
  82. },
  83. "remarkConfig": {
  84. "plugins": [
  85. "preset-wooorm"
  86. ]
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/wooorm/comma-separated-tokens.git"
  91. },
  92. "scripts": {
  93. "build": "npm run build-bundle && npm run build-mangle",
  94. "build-bundle": "browserify . -s commaSeparatedTokens -o comma-separated-tokens.js",
  95. "build-mangle": "browserify . -s commaSeparatedTokens -p tinyify -o comma-separated-tokens.min.js",
  96. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  97. "test": "npm run format && npm run build && npm run test-coverage",
  98. "test-api": "node test",
  99. "test-coverage": "nyc --reporter lcov tape test.js"
  100. },
  101. "version": "1.0.8",
  102. "xo": {
  103. "prettier": true,
  104. "esnext": false,
  105. "ignores": [
  106. "comma-separated-tokens.js"
  107. ]
  108. }
  109. }