refactor(Cypress): add nodemodules
This commit is contained in:
87
node_modules/fast-safe-stringify/package.json
generated
vendored
Normal file
87
node_modules/fast-safe-stringify/package.json
generated
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_from": "fast-safe-stringify@^2.0.7",
|
||||
"_id": "fast-safe-stringify@2.0.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==",
|
||||
"_location": "/fast-safe-stringify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "fast-safe-stringify@^2.0.7",
|
||||
"name": "fast-safe-stringify",
|
||||
"escapedName": "fast-safe-stringify",
|
||||
"rawSpec": "^2.0.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/shasum-object"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz",
|
||||
"_shasum": "dc2af48c46cf712b683e849b2bbd446b32de936f",
|
||||
"_spec": "fast-safe-stringify@^2.0.7",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/shasum-object",
|
||||
"author": {
|
||||
"name": "David Mark Clements"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/davidmarkclements/fast-safe-stringify/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Ruben Bridgewater"
|
||||
},
|
||||
{
|
||||
"name": "Matteo Collina"
|
||||
},
|
||||
{
|
||||
"name": "Ben Gourley"
|
||||
},
|
||||
{
|
||||
"name": "Gabriel Lesperance"
|
||||
},
|
||||
{
|
||||
"name": "Alex Liu"
|
||||
},
|
||||
{
|
||||
"name": "Christoph Walcher"
|
||||
},
|
||||
{
|
||||
"name": "Nicholas Young"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Safely and quickly serialize JavaScript objects",
|
||||
"devDependencies": {
|
||||
"benchmark": "^2.1.4",
|
||||
"clone": "^2.1.0",
|
||||
"json-stringify-safe": "^5.0.1",
|
||||
"standard": "^11.0.0",
|
||||
"tap": "^12.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/davidmarkclements/fast-safe-stringify#readme",
|
||||
"keywords": [
|
||||
"stable",
|
||||
"stringify",
|
||||
"JSON",
|
||||
"JSON.stringify",
|
||||
"safe",
|
||||
"serialize"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "fast-safe-stringify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/davidmarkclements/fast-safe-stringify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmark": "node benchmark.js",
|
||||
"test": "standard && tap --no-esm test.js test-stable.js"
|
||||
},
|
||||
"typings": "index",
|
||||
"version": "2.0.8"
|
||||
}
|
Reference in New Issue
Block a user