refactor(Cypress): add nodemodules
This commit is contained in:
79
node_modules/duration/package.json
generated
vendored
Normal file
79
node_modules/duration/package.json
generated
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"_from": "duration@^0.2.0",
|
||||
"_id": "duration@0.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-06kgtea+bGreF5eKYgI/36A6pLXggY7oR4p1pq4SmdFBn1ReOL5D8RhG64VrqfTTKNucqqtBAwEj8aB88mcqrg==",
|
||||
"_location": "/duration",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "duration@^0.2.0",
|
||||
"name": "duration",
|
||||
"escapedName": "duration",
|
||||
"rawSpec": "^0.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cucumber"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/duration/-/duration-0.2.2.tgz",
|
||||
"_shasum": "ddf149bc3bc6901150fe9017111d016b3357f529",
|
||||
"_spec": "duration@^0.2.0",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cucumber",
|
||||
"author": {
|
||||
"name": "Mariusz Nowak",
|
||||
"email": "medyk@medikoo.com",
|
||||
"url": "http://www.medikoo.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/medikoo/duration/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"d": "1",
|
||||
"es5-ext": "~0.10.46"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Time duration utilities",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.8",
|
||||
"eslint-config-medikoo-es5": "^1.7.2",
|
||||
"tad": "~0.2.8"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "medikoo-es5",
|
||||
"root": true,
|
||||
"rules": {
|
||||
"consistent-return": "off",
|
||||
"id-length": "off"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": "test/**",
|
||||
"rules": {
|
||||
"max-lines": "off",
|
||||
"max-statements": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"homepage": "https://github.com/medikoo/duration#readme",
|
||||
"keywords": [
|
||||
"date",
|
||||
"duration",
|
||||
"time"
|
||||
],
|
||||
"license": "ISC",
|
||||
"name": "duration",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/medikoo/duration.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --ignore-path=.gitignore .",
|
||||
"test": "node ./node_modules/tad/bin/tad"
|
||||
},
|
||||
"version": "0.2.2"
|
||||
}
|
Reference in New Issue
Block a user