{ "_from": "@cypress/browserify-preprocessor@^3.0.1", "_id": "@cypress/browserify-preprocessor@3.0.1", "_inBundle": false, "_integrity": "sha512-sErmFSEr5287bLMRl0POGnyFtJCs/lSk5yxrUIJUIHZ8eDvtTEr0V93xRgLjJVG54gJU4MbpHy1mRPA9VZbtQA==", "_location": "/@cypress/browserify-preprocessor", "_phantomChildren": { "at-least-node": "1.0.0", "graceful-fs": "4.2.8", "jsonfile": "6.1.0", "ms": "2.1.3" }, "_requested": { "type": "range", "registry": true, "raw": "@cypress/browserify-preprocessor@^3.0.1", "name": "@cypress/browserify-preprocessor", "escapedName": "@cypress%2fbrowserify-preprocessor", "scope": "@cypress", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/cypress-cucumber-preprocessor" ], "_resolved": "https://registry.npmjs.org/@cypress/browserify-preprocessor/-/browserify-preprocessor-3.0.1.tgz", "_shasum": "ab86335b0c061d11f5ad7df03f06b1877b836f71", "_spec": "@cypress/browserify-preprocessor@^3.0.1", "_where": "/home/simon/Documents/lifen-autotest/node_modules/cypress-cucumber-preprocessor", "author": { "name": "Chris Breiding", "email": "chris@cypress.io" }, "bugs": { "url": "https://github.com/cypress-io/cypress-browserify-preprocessor/issues" }, "bundleDependencies": false, "dependencies": { "@babel/core": "7.4.5", "@babel/plugin-proposal-class-properties": "7.3.0", "@babel/plugin-proposal-object-rest-spread": "7.3.2", "@babel/plugin-transform-runtime": "7.2.0", "@babel/preset-env": "7.4.5", "@babel/preset-react": "7.0.0", "@babel/runtime": "7.3.1", "babel-plugin-add-module-exports": "1.0.2", "babelify": "10.0.0", "bluebird": "3.5.3", "browserify": "16.2.3", "coffeeify": "3.0.1", "coffeescript": "1.12.7", "debug": "4.1.1", "fs-extra": "9.0.0", "lodash.clonedeep": "4.5.0", "through2": "^2.0.0", "watchify": "3.11.1" }, "deprecated": false, "description": "Cypress preprocessor for bundling JavaScript via browserify", "devDependencies": { "@cypress/eslint-plugin-dev": "5.0.0", "ban-sensitive-files": "1.9.2", "chai": "4.2.0", "chokidar-cli": "1.2.2", "dependency-check": "3.3.0", "deps-ok": "1.4.1", "eslint": "6.8.0", "eslint-plugin-json-format": "2.0.1", "eslint-plugin-mocha": "6.3.0", "husky": "4.2.3", "license-checker": "25.0.1", "mocha": "5.2.0", "mockery": "2.1.0", "nsp": "3.2.1", "react": "16.13.1", "react-dom": "16.13.1", "semantic-release": "15.13.15", "sinon": "7.2.3", "sinon-chai": "3.3.0", "snap-shot-it": "7.9.2", "typescript": "3.8.3" }, "engines": { "node": ">=8" }, "files": [ "*.js", "lib/*.js" ], "homepage": "https://github.com/cypress-io/cypress-browserify-preprocessor#readme", "keywords": [ "cypress", "browserify", "cypress-plugin", "cypress-preprocessor" ], "license": "MIT", "name": "@cypress/browserify-preprocessor", "release": { "analyzeCommits": { "preset": "angular", "releaseRules": [ { "type": "break", "release": "major" }, { "type": "major", "release": "major" }, { "type": "minor", "release": "minor" }, { "type": "patch", "release": "patch" } ] } }, "repository": { "type": "git", "url": "git+https://github.com/cypress-io/cypress-browserify-preprocessor.git" }, "scripts": { "ban": "ban", "deps": "deps-ok && dependency-check --no-dev .", "license": "license-checker --production --onlyunknown --csv", "lint": "eslint --fix '*.js' 'test/unit/*.js' 'test/e2e/*.js'", "precommit": "npm run lint", "pretest": "npm run lint", "secure": "nsp check", "semantic-release": "semantic-release", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "test": "npm run test-unit && npm run test-e2e", "test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha", "test-e2e": "mocha test/e2e/*.js", "test-unit": "mocha test/unit/*.js", "test-watch": "chokidar '*.js' 'test/unit/*.js' -c 'npm run test-unit'" }, "version": "3.0.1" }