refactor: init cypress-cucumber-preprocessor install.
This commit is contained in:
79
node_modules/coffeeify/package.json
generated
vendored
Normal file
79
node_modules/coffeeify/package.json
generated
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"_from": "coffeeify@3.0.1",
|
||||
"_id": "coffeeify@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Qjnr7UX6ldK1PHV7wCnv7AuCd4q19KTUtwJnu/6JRJB4rfm12zvcXtKdacUoePOKr1I4ka/ydKiwWpNAdsQb0g==",
|
||||
"_location": "/coffeeify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "coffeeify@3.0.1",
|
||||
"name": "coffeeify",
|
||||
"escapedName": "coffeeify",
|
||||
"rawSpec": "3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@cypress/browserify-preprocessor"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/coffeeify/-/coffeeify-3.0.1.tgz",
|
||||
"_shasum": "5e2753000c50bd24c693115f33864248dd11136c",
|
||||
"_spec": "coffeeify@3.0.1",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/@cypress/browserify-preprocessor",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jnordberg/coffeeify/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
{
|
||||
"name": "Johan Nordberg",
|
||||
"email": "code@johan-nordberg.com",
|
||||
"url": "http://johan-nordberg.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"convert-source-map": "^1.3.0",
|
||||
"through2": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "browserify plugin for coffeescript with support for mixed .js and .coffee files",
|
||||
"devDependencies": {
|
||||
"browserify": "^14.4.0",
|
||||
"proxyquire": "^1.8.0",
|
||||
"sinon": "^4.0.2",
|
||||
"tap": "^10.7.2",
|
||||
"test-all-versions": "^3.1.1",
|
||||
"through": "^2.3.8"
|
||||
},
|
||||
"homepage": "https://github.com/jnordberg/coffeeify",
|
||||
"keywords": [
|
||||
"coffeescript",
|
||||
"coffee-script",
|
||||
"browserify",
|
||||
"v2",
|
||||
"js",
|
||||
"plugin",
|
||||
"transform"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "coffeeify",
|
||||
"peerDependencies": {
|
||||
"coffeescript": ">1.9.2 <3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jnordberg/coffeeify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tav coffeescript '>1.9.2 <99' tap test/*.js"
|
||||
},
|
||||
"version": "3.0.1"
|
||||
}
|
Reference in New Issue
Block a user