package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "is-binary-path@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-binary-path@1.0.1",
  10. "_id": "is-binary-path@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
  13. "_location": "/is-binary-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-binary-path@1.0.1",
  19. "name": "is-binary-path",
  20. "escapedName": "is-binary-path",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/chokidar"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-binary-path/download/is-binary-path-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is-binary-path/issues"
  38. },
  39. "dependencies": {
  40. "binary-extensions": "^1.0.0"
  41. },
  42. "description": "Check if a filepath is a binary file",
  43. "devDependencies": {
  44. "ava": "0.0.4"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/is-binary-path#readme",
  53. "keywords": [
  54. "bin",
  55. "binary",
  56. "ext",
  57. "extensions",
  58. "extension",
  59. "file",
  60. "path",
  61. "check",
  62. "detect",
  63. "is"
  64. ],
  65. "license": "MIT",
  66. "name": "is-binary-path",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/is-binary-path.git"
  70. },
  71. "scripts": {
  72. "test": "node test.js"
  73. },
  74. "version": "1.0.1"
  75. }