WIP - add extractor, generate snippet_data
This commit is contained in:
51
node_modules/physical-cpu-count/package.json
generated
vendored
Normal file
51
node_modules/physical-cpu-count/package.json
generated
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user