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 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "arch@^2.1.0",
  3. "_id": "arch@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NTBIIbAfkJeIletyABbVtdPgeKfDafR+1mZV/AyyfC1UkVkp9iUjV+wwmqtUgphHYajbI86jejBJp5e+jkGTiQ==",
  6. "_location": "/arch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arch@^2.1.0",
  12. "name": "arch",
  13. "escapedName": "arch",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/os-filter-obj"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/arch/-/arch-2.1.2.tgz",
  22. "_shasum": "0c52bbe7344bb4fa260c443d2cbad9c00ff2f0bf",
  23. "_spec": "arch@^2.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\os-filter-obj",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "https://feross.org"
  29. },
  30. "browser": "browser.js",
  31. "bugs": {
  32. "url": "https://github.com/feross/arch/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Better `os.arch()` for node and the browser -- detect OS architecture",
  37. "devDependencies": {
  38. "airtap": "^3.0.0",
  39. "standard": "*",
  40. "tape": "^5.0.0"
  41. },
  42. "funding": [
  43. {
  44. "type": "github",
  45. "url": "https://github.com/sponsors/feross"
  46. },
  47. {
  48. "type": "patreon",
  49. "url": "https://www.patreon.com/feross"
  50. },
  51. {
  52. "type": "consulting",
  53. "url": "https://feross.org/support"
  54. }
  55. ],
  56. "homepage": "https://github.com/feross/arch",
  57. "keywords": [
  58. "browser",
  59. "browserify",
  60. "arch",
  61. "cpu info",
  62. "cpus",
  63. "architecture",
  64. "navigator.platform",
  65. "x64",
  66. "x86",
  67. "64 bit",
  68. "32 bit"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "arch",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/feross/arch.git"
  76. },
  77. "scripts": {
  78. "test": "standard && npm run test-node && npm run test-browser",
  79. "test-browser": "airtap -- test/*.js",
  80. "test-browser-local": "airtap --local -- test/*.js",
  81. "test-node": "tape test/*.js"
  82. },
  83. "version": "2.1.2"
  84. }