package.json 2.8 KB

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