| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "arch@^2.1.0", |
| 3 | "_id": "arch@2.2.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", |
| 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.2.0.tgz", |
| 22 | "_shasum": "1bc47818f305764f23ab3306b0bfc086c5a29d11", |
| 23 | "_spec": "arch@^2.1.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\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 | "types": "./index.d.ts", |
| 84 | "version": "2.2.0" |
| 85 | } |