refactor(Cypress): add nodemodules
This commit is contained in:
68
node_modules/serialize-error/package.json
generated
vendored
Normal file
68
node_modules/serialize-error/package.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "serialize-error@^2.1.0",
|
||||
"_id": "serialize-error@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=",
|
||||
"_location": "/serialize-error",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "serialize-error@^2.1.0",
|
||||
"name": "serialize-error",
|
||||
"escapedName": "serialize-error",
|
||||
"rawSpec": "^2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cucumber"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
|
||||
"_shasum": "50b679d5635cdf84667bdc8e59af4e5b81d5f60a",
|
||||
"_spec": "serialize-error@^2.1.0",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cucumber",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/serialize-error/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Serialize an error into a plain object",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "^0.16.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/serialize-error#readme",
|
||||
"keywords": [
|
||||
"error",
|
||||
"err",
|
||||
"serialize",
|
||||
"stringify",
|
||||
"object",
|
||||
"obj",
|
||||
"convert",
|
||||
"process",
|
||||
"send"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "serialize-error",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/serialize-error.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
Reference in New Issue
Block a user