refactor(Cypress): add nodemodules
This commit is contained in:
63
node_modules/read-only-stream/package.json
generated
vendored
Normal file
63
node_modules/read-only-stream/package.json
generated
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "read-only-stream@^2.0.0",
|
||||
"_id": "read-only-stream@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-JyT9aoET1zdkrCiNQ4YnDB2/F/A=",
|
||||
"_location": "/read-only-stream",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "read-only-stream@^2.0.0",
|
||||
"name": "read-only-stream",
|
||||
"escapedName": "read-only-stream",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz",
|
||||
"_shasum": "2724fd6a8113d73764ac288d4386270c1dbf17f0",
|
||||
"_spec": "read-only-stream@^2.0.0",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/browserify",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/substack/read-only-stream/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"readable-stream": "^2.0.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "wrap a readable/writable stream to be read-only",
|
||||
"devDependencies": {
|
||||
"concat-stream": "^1.4.6",
|
||||
"covert": "^1.0.0",
|
||||
"tape": "^4.2.0",
|
||||
"through": "^2.3.4",
|
||||
"through2": "^2.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/substack/read-only-stream",
|
||||
"keywords": [
|
||||
"stream",
|
||||
"readonly"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "read-only-stream",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/read-only-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "covert test/*.js",
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
Reference in New Issue
Block a user