refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode
This commit is contained in:
60
node_modules/insert-module-globals/package.json
generated
vendored
60
node_modules/insert-module-globals/package.json
generated
vendored
@@ -1,39 +1,11 @@
|
||||
{
|
||||
"_from": "insert-module-globals@^7.0.0",
|
||||
"_id": "insert-module-globals@7.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ufS5Qq9RZN+Bu899eA9QCAYThY+gGW7oRkmb0vC93Vlyu/CFGcH0OYPEjVkDXA5FEbTt1+VWzdoOD3Ny9N+8tg==",
|
||||
"_location": "/insert-module-globals",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "insert-module-globals@^7.0.0",
|
||||
"name": "insert-module-globals",
|
||||
"escapedName": "insert-module-globals",
|
||||
"rawSpec": "^7.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.1.tgz",
|
||||
"_shasum": "d5e33185181a4e1f33b15f7bf100ee91890d5cb3",
|
||||
"_spec": "insert-module-globals@^7.0.0",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/browserify",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"name": "insert-module-globals",
|
||||
"version": "7.2.1",
|
||||
"description": "insert implicit module globals into a module-deps stream",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"insert-module-globals": "bin/cmd.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/browserify/insert-module-globals/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"JSONStream": "^1.0.3",
|
||||
"acorn-node": "^1.5.2",
|
||||
@@ -46,8 +18,6 @@
|
||||
"undeclared-identifiers": "^1.1.2",
|
||||
"xtend": "^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "insert implicit module globals into a module-deps stream",
|
||||
"devDependencies": {
|
||||
"browser-pack": "^6.0.0",
|
||||
"buffer": "^4.9.1",
|
||||
@@ -57,6 +27,13 @@
|
||||
"tape": "^4.2.0",
|
||||
"timers-browserify": "^1.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/browserify/insert-module-globals.git"
|
||||
},
|
||||
"homepage": "https://github.com/browserify/insert-module-globals",
|
||||
"keywords": [
|
||||
"__filename",
|
||||
@@ -67,15 +44,10 @@
|
||||
"browser-pack",
|
||||
"browserify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "insert-module-globals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/browserify/insert-module-globals.git"
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"version": "7.2.1"
|
||||
"license": "MIT"
|
||||
}
|
||||
|
Reference in New Issue
Block a user