You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "binary-extensions@^1.0.0",
  3. "_id": "binary-extensions@1.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
  6. "_location": "/binary-extensions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "binary-extensions@^1.0.0",
  12. "name": "binary-extensions",
  13. "escapedName": "binary-extensions",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/is-binary-path"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
  22. "_shasum": "598afe54755b2868a5330d2aff9d4ebb53209b65",
  23. "_spec": "binary-extensions@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\is-binary-path",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/binary-extensions/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "List of binary file extensions",
  36. "devDependencies": {
  37. "ava": "0.16.0"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "binary-extensions.json"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/binary-extensions#readme",
  46. "keywords": [
  47. "bin",
  48. "binary",
  49. "ext",
  50. "extensions",
  51. "extension",
  52. "file",
  53. "json",
  54. "list",
  55. "array"
  56. ],
  57. "license": "MIT",
  58. "main": "binary-extensions.json",
  59. "name": "binary-extensions",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/binary-extensions.git"
  63. },
  64. "scripts": {
  65. "test": "ava"
  66. },
  67. "version": "1.13.1"
  68. }