refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode
This commit is contained in:
59
node_modules/umd/package.json
generated
vendored
59
node_modules/umd/package.json
generated
vendored
@@ -1,61 +1,28 @@
|
||||
{
|
||||
"_from": "umd@^3.0.0",
|
||||
"_id": "umd@3.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==",
|
||||
"_location": "/umd",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "umd@^3.0.0",
|
||||
"name": "umd",
|
||||
"escapedName": "umd",
|
||||
"rawSpec": "^3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browser-pack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/umd/-/umd-3.0.3.tgz",
|
||||
"_shasum": "aa9fe653c42b9097678489c01000acb69f0b26cf",
|
||||
"_spec": "umd@^3.0.0",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/browser-pack",
|
||||
"author": {
|
||||
"name": "ForbesLindesay"
|
||||
},
|
||||
"bin": {
|
||||
"umd": "bin/cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ForbesLindesay/umd/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"name": "umd",
|
||||
"version": "3.0.3",
|
||||
"description": "Universal Module Definition for use in automated build systems",
|
||||
"bin": "./bin/cli.js",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"brfs": "^1.3.0",
|
||||
"linify": "^1.0.1",
|
||||
"mocha": "*",
|
||||
"uglify-js": "^3.3.15"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "uglifyjs template.js > template.min.js && brfs source.js > index.js",
|
||||
"test": "npm run build && mocha -R spec",
|
||||
"prepublish": "npm run build && linify transform bin"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"bin/cli.js"
|
||||
],
|
||||
"homepage": "https://github.com/ForbesLindesay/umd#readme",
|
||||
"license": "MIT",
|
||||
"name": "umd",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ForbesLindesay/umd.git"
|
||||
"url": "https://github.com/ForbesLindesay/umd.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "uglifyjs template.js > template.min.js && brfs source.js > index.js",
|
||||
"prepublish": "npm run build && linify transform bin",
|
||||
"test": "npm run build && mocha -R spec"
|
||||
},
|
||||
"version": "3.0.3"
|
||||
}
|
||||
"author": "ForbesLindesay",
|
||||
"license": "MIT"
|
||||
}
|
Reference in New Issue
Block a user