package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "is-decimal@^1.0.0",
  3. "_id": "is-decimal@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
  6. "_location": "/is-decimal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-decimal@^1.0.0",
  12. "name": "is-decimal",
  13. "escapedName": "is-decimal",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/is-alphanumerical",
  20. "/parse-entities"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
  23. "_shasum": "65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5",
  24. "_spec": "is-decimal@^1.0.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\parse-entities",
  26. "author": {
  27. "name": "Titus Wormer",
  28. "email": "tituswormer@gmail.com",
  29. "url": "https://wooorm.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/wooorm/is-decimal/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Titus Wormer",
  38. "email": "tituswormer@gmail.com",
  39. "url": "https://wooorm.com"
  40. }
  41. ],
  42. "dependencies": {},
  43. "deprecated": false,
  44. "description": "Check if a character is decimal",
  45. "devDependencies": {
  46. "browserify": "^16.0.0",
  47. "nyc": "^15.0.0",
  48. "prettier": "^1.0.0",
  49. "remark-cli": "^7.0.0",
  50. "remark-preset-wooorm": "^6.0.0",
  51. "tape": "^4.0.0",
  52. "tinyify": "^2.0.0",
  53. "xo": "^0.25.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "funding": {
  59. "type": "github",
  60. "url": "https://github.com/sponsors/wooorm"
  61. },
  62. "homepage": "https://github.com/wooorm/is-decimal#readme",
  63. "keywords": [
  64. "string",
  65. "character",
  66. "char",
  67. "code",
  68. "decimal"
  69. ],
  70. "license": "MIT",
  71. "name": "is-decimal",
  72. "nyc": {
  73. "check-coverage": true,
  74. "lines": 100,
  75. "functions": 100,
  76. "branches": 100
  77. },
  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/is-decimal.git"
  94. },
  95. "scripts": {
  96. "build": "npm run build-bundle && npm run build-mangle",
  97. "build-bundle": "browserify . -s isDecimal -o is-decimal.js",
  98. "build-mangle": "browserify . -s isDecimal -p tinyify -o is-decimal.min.js",
  99. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  100. "test": "npm run format && npm run build && npm run test-coverage",
  101. "test-api": "node test",
  102. "test-coverage": "nyc --reporter lcov tape test.js"
  103. },
  104. "version": "1.0.4",
  105. "xo": {
  106. "prettier": true,
  107. "esnext": false,
  108. "ignores": [
  109. "is-decimal.js"
  110. ]
  111. }
  112. }