package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "isbinaryfile@^4.0.2",
  3. "_id": "isbinaryfile@4.0.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==",
  6. "_location": "/isbinaryfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isbinaryfile@^4.0.2",
  12. "name": "isbinaryfile",
  13. "escapedName": "isbinaryfile",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/node-plop"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz",
  22. "_shasum": "0c5b5e30c2557a2f06febd37b7322946aaee42b3",
  23. "_spec": "isbinaryfile@^4.0.2",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\node-plop",
  25. "bugs": {
  26. "url": "https://github.com/gjtorikian/isBinaryFile/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
  31. "devDependencies": {
  32. "@types/jest": "^23.3.14",
  33. "@types/node": "^10.17.59",
  34. "jest": "^26.5.5",
  35. "prettier": "^1.19.1",
  36. "release-it": "^14.13.1",
  37. "ts-jest": "^26.5.5",
  38. "tslint": "^5.20.1",
  39. "tslint-config-prettier": "^1.18.0",
  40. "typescript": "^3.9.9"
  41. },
  42. "engines": {
  43. "node": ">= 8.0.0"
  44. },
  45. "files": [
  46. "lib/**/*"
  47. ],
  48. "funding": "https://github.com/sponsors/gjtorikian/",
  49. "homepage": "https://github.com/gjtorikian/isBinaryFile#readme",
  50. "keywords": [
  51. "text",
  52. "binary",
  53. "encoding",
  54. "istext",
  55. "is text",
  56. "isbinary",
  57. "is binary",
  58. "is text or binary",
  59. "is text or binary file",
  60. "isbinaryfile",
  61. "is binary file",
  62. "istextfile",
  63. "is text file"
  64. ],
  65. "license": "MIT",
  66. "main": "lib/index.js",
  67. "maintainers": [
  68. {
  69. "name": "Garen J. Torikian",
  70. "email": "gjtorikian@gmail.com"
  71. }
  72. ],
  73. "name": "isbinaryfile",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/gjtorikian/isBinaryFile.git"
  77. },
  78. "scripts": {
  79. "build": "tsc",
  80. "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\" && tslint --fix -c tslint.json 'src/**/*.ts'",
  81. "lint": "tslint -p tsconfig.json",
  82. "postversion": "git push && git push --tags",
  83. "prepare": "npm run build",
  84. "prepublishOnly": "npm test && npm run lint",
  85. "preversion": "npm run lint",
  86. "release": "release-it",
  87. "test": "jest --config jestconfig.json",
  88. "version": "npm run format && git add -A src",
  89. "watch": "tsc -w"
  90. },
  91. "types": "lib/index.d.ts",
  92. "version": "4.0.10"
  93. }