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.

75 lines
1.8 KiB

{
"_args": [
[
"arch@2.1.1",
"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin"
]
],
"_development": true,
"_from": "arch@2.1.1",
"_id": "arch@2.1.1",
"_inBundle": false,
"_integrity": "sha1-j1wnMao1owkpIhuwZA7tZRdeyE4=",
"_location": "/arch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "arch@2.1.1",
"name": "arch",
"escapedName": "arch",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/clipboardy"
],
"_resolved": "https://registry.npm.taobao.org/arch/download/arch-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/feross/arch/issues"
},
"description": "Better `os.arch()` for node and the browser -- detect OS architecture",
"devDependencies": {
"airtap": "0.0.7",
"standard": "*",
"tape": "^4.0.0"
},
"homepage": "https://github.com/feross/arch",
"keywords": [
"browser",
"browserify",
"arch",
"cpu info",
"cpus",
"architecture",
"navigator.platform",
"x64",
"x86",
"64 bit",
"32 bit"
],
"license": "MIT",
"main": "index.js",
"name": "arch",
"repository": {
"type": "git",
"url": "git://github.com/feross/arch.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
},
"version": "2.1.1"
}