use directories for structure
This commit is contained in:
24
node_modules/fast-json-stable-stringify/package.json
generated
vendored
24
node_modules/fast-json-stable-stringify/package.json
generated
vendored
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"_from": "fast-json-stable-stringify@^2.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"fast-json-stable-stringify@2.1.0",
|
||||
"D:\\Projects\\siag\\vanillajs-seed"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_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/s2/Code/vanillajs-seed/node_modules/ajv",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "D:\\Projects\\siag\\vanillajs-seed",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
@@ -30,9 +36,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",
|
||||
|
Reference in New Issue
Block a user