package.json 2.0 KB

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