52 lines
1.3 KiB
JSON
52 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": [
|
|
"/gatsby"
|
|
],
|
|
"_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/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
|
"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"
|
|
}
|