package.json 2.5 KB

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