54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"_from": "yaml-loader@^0.5.0",
|
|
"_id": "yaml-loader@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==",
|
|
"_location": "/yaml-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "yaml-loader@^0.5.0",
|
|
"name": "yaml-loader",
|
|
"escapedName": "yaml-loader",
|
|
"rawSpec": "^0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz",
|
|
"_shasum": "86b1982d84a8e429e6647d93de9a0169e1c15827",
|
|
"_spec": "yaml-loader@^0.5.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
|
"author": {
|
|
"name": "Andrey Okonetchnikov",
|
|
"email": "andrey@okonet.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/okonet/yaml-loader/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"js-yaml": "^3.5.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "YAML loader for webpack (converts YAML to JSON)",
|
|
"homepage": "https://github.com/okonet/yaml-loader",
|
|
"keywords": [
|
|
"yaml",
|
|
"webpack",
|
|
"loader",
|
|
"json"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "yaml-loader",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/okonet/yaml-loader.git"
|
|
},
|
|
"version": "0.5.0"
|
|
}
|