123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_args": [
- [
- "arch@2.1.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_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": "/Users/lihai/jolijoli/pad_spa",
- "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"
- }
|