package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "arch@2.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "arch@2.1.1",
  10. "_id": "arch@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-j1wnMao1owkpIhuwZA7tZRdeyE4=",
  13. "_location": "/arch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "arch@2.1.1",
  19. "name": "arch",
  20. "escapedName": "arch",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/clipboardy"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/arch/download/arch-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "http://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": "0.0.7",
  43. "standard": "*",
  44. "tape": "^4.0.0"
  45. },
  46. "homepage": "https://github.com/feross/arch",
  47. "keywords": [
  48. "browser",
  49. "browserify",
  50. "arch",
  51. "cpu info",
  52. "cpus",
  53. "architecture",
  54. "navigator.platform",
  55. "x64",
  56. "x86",
  57. "64 bit",
  58. "32 bit"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "arch",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/feross/arch.git"
  66. },
  67. "scripts": {
  68. "test": "standard && npm run test-node && npm run test-browser",
  69. "test-browser": "airtap -- test/*.js",
  70. "test-browser-local": "airtap --local -- test/*.js",
  71. "test-node": "tape test/*.js"
  72. },
  73. "version": "2.1.1"
  74. }