Show dino

This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-04-01 23:50:42 +02:00
parent 13822fcaba
commit 09924eb01c
171 changed files with 3126 additions and 1270 deletions
+13 -10
View File
@@ -1,27 +1,32 @@
{
"_from": "fast-json-stable-stringify@^2.0.0",
"_args": [
[
"fast-json-stable-stringify@2.1.0",
"/app"
]
],
"_from": "fast-json-stable-stringify@2.1.0",
"_id": "fast-json-stable-stringify@2.1.0",
"_inBundle": false,
"_integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
"_location": "/fast-json-stable-stringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fast-json-stable-stringify@^2.0.0",
"raw": "fast-json-stable-stringify@2.1.0",
"name": "fast-json-stable-stringify",
"escapedName": "fast-json-stable-stringify",
"rawSpec": "^2.0.0",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/ajv"
],
"_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
"_shasum": "874bf69c6f404c2b5d99c481341399fd55892633",
"_spec": "fast-json-stable-stringify@^2.0.0",
"_where": "/home/g/Workspace/hatthieves/familyARK/familyark/app/node_modules/ajv",
"_spec": "2.1.0",
"_where": "/app",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,9 +35,7 @@
"bugs": {
"url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
"devDependencies": {
"benchmark": "^2.1.4",