refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode
This commit is contained in:
77
node_modules/watchify/package.json
generated
vendored
77
node_modules/watchify/package.json
generated
vendored
@@ -1,52 +1,9 @@
|
||||
{
|
||||
"_from": "watchify@3.11.1",
|
||||
"_id": "watchify@3.11.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-WwnUClyFNRMB2NIiHgJU9RQPQNqVeFk7OmZaWf5dC5EnNa0Mgr7imBydbaJ7tGTuPM2hz1Cb4uiBvK9NVxMfog==",
|
||||
"_location": "/watchify",
|
||||
"_phantomChildren": {
|
||||
"anymatch": "2.0.0",
|
||||
"async-each": "1.0.3",
|
||||
"braces": "2.3.2",
|
||||
"fsevents": "1.2.13",
|
||||
"glob-parent": "3.1.0",
|
||||
"inherits": "2.0.4",
|
||||
"is-binary-path": "1.0.1",
|
||||
"is-glob": "4.0.1",
|
||||
"normalize-path": "3.0.0",
|
||||
"path-is-absolute": "1.0.1",
|
||||
"readdirp": "2.2.1",
|
||||
"upath": "1.2.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "watchify@3.11.1",
|
||||
"name": "watchify",
|
||||
"escapedName": "watchify",
|
||||
"rawSpec": "3.11.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.11.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@cypress/browserify-preprocessor"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/watchify/-/watchify-3.11.1.tgz",
|
||||
"_shasum": "8e4665871fff1ef64c0430d1a2c9d084d9721881",
|
||||
"_spec": "watchify@3.11.1",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/@cypress/browserify-preprocessor",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"bin": {
|
||||
"watchify": "bin/cmd.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/substack/watchify/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"name": "watchify",
|
||||
"version": "3.11.1",
|
||||
"description": "watch mode for browserify builds",
|
||||
"main": "index.js",
|
||||
"bin": "bin/cmd.js",
|
||||
"dependencies": {
|
||||
"anymatch": "^2.0.0",
|
||||
"browserify": "^16.1.0",
|
||||
@@ -56,8 +13,6 @@
|
||||
"through2": "^2.0.0",
|
||||
"xtend": "^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "watch mode for browserify builds",
|
||||
"devDependencies": {
|
||||
"brfs": "^2.0.1",
|
||||
"mkdirp": "~0.5.1",
|
||||
@@ -66,6 +21,13 @@
|
||||
"uglify-js": "^2.5.0",
|
||||
"win-spawn": "^2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/watchify.git"
|
||||
},
|
||||
"homepage": "https://github.com/substack/watchify",
|
||||
"keywords": [
|
||||
"browserify",
|
||||
@@ -75,15 +37,10 @@
|
||||
"build",
|
||||
"browser"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "watchify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/watchify.git"
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"version": "3.11.1"
|
||||
"license": "MIT"
|
||||
}
|
||||
|
Reference in New Issue
Block a user