hensei-web/node_modules/physical-cpu-count/package.json
2020-09-11 06:44:42 -07:00

51 lines
1.3 KiB
JSON

{
"_from": "physical-cpu-count@^2.0.0",
"_id": "physical-cpu-count@2.0.0",
"_inBundle": false,
"_integrity": "sha1-GN4vl+S/epVRrXURlCtUlverpmA=",
"_location": "/physical-cpu-count",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "physical-cpu-count@^2.0.0",
"name": "physical-cpu-count",
"escapedName": "physical-cpu-count",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@parcel/workers"
],
"_resolved": "https://registry.npmjs.org/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz",
"_shasum": "18de2f97e4bf7a9551ad7511942b5496f7aba660",
"_spec": "physical-cpu-count@^2.0.0",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/@parcel/workers",
"author": {
"name": "Sebastiaan Deckers",
"email": "sebdeckers83@gmail.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Provides the number of physical cores",
"devDependencies": {
"snazzy": "^5.0.0"
},
"keywords": [
"os",
"cpu",
"cpus",
"length",
"physical",
"logical",
"cores"
],
"license": "ISC",
"main": "index.js",
"name": "physical-cpu-count",
"scripts": {
"test": "snazzy && node test.js"
},
"version": "2.0.0"
}