refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode
This commit is contained in:
80
node_modules/browser-pack/package.json
generated
vendored
80
node_modules/browser-pack/package.json
generated
vendored
@@ -1,39 +1,11 @@
|
||||
{
|
||||
"_from": "browser-pack@^6.0.1",
|
||||
"_id": "browser-pack@6.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==",
|
||||
"_location": "/browser-pack",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "browser-pack@^6.0.1",
|
||||
"name": "browser-pack",
|
||||
"escapedName": "browser-pack",
|
||||
"rawSpec": "^6.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz",
|
||||
"_shasum": "c34ba10d0b9ce162b5af227c7131c92c2ecd5774",
|
||||
"_spec": "browser-pack@^6.0.1",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/browserify",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"name": "browser-pack",
|
||||
"version": "6.1.0",
|
||||
"description": "pack node-style source files from a json stream into a browser bundle",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"browser-pack": "bin/cmd.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/browserify/browser-pack/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"JSONStream": "^1.0.3",
|
||||
"combine-source-map": "~0.8.0",
|
||||
@@ -42,8 +14,6 @@
|
||||
"through2": "^2.0.0",
|
||||
"umd": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "pack node-style source files from a json stream into a browser bundle",
|
||||
"devDependencies": {
|
||||
"concat-stream": "~1.5.1",
|
||||
"convert-source-map": "~1.1.0",
|
||||
@@ -51,26 +21,9 @@
|
||||
"tap": "^10.7.2",
|
||||
"uglify-js": "^2.8.29"
|
||||
},
|
||||
"homepage": "https://github.com/browserify/browser-pack",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"bundle",
|
||||
"commonjs",
|
||||
"commonj-esque",
|
||||
"exports",
|
||||
"module.exports",
|
||||
"require"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "browser-pack",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/browserify/browser-pack.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "node bin/prepublish.js",
|
||||
"test": "tap test/*.js"
|
||||
"test": "tap test/*.js",
|
||||
"prepublish": "node bin/prepublish.js"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/*.js",
|
||||
@@ -87,5 +40,24 @@
|
||||
"opera/latest"
|
||||
]
|
||||
},
|
||||
"version": "6.1.0"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/browserify/browser-pack.git"
|
||||
},
|
||||
"homepage": "https://github.com/browserify/browser-pack",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"bundle",
|
||||
"commonjs",
|
||||
"commonj-esque",
|
||||
"exports",
|
||||
"module.exports",
|
||||
"require"
|
||||
],
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
Reference in New Issue
Block a user