refactor(Cypress): add nodemodules
This commit is contained in:
55
node_modules/shasum/package.json
generated
vendored
Normal file
55
node_modules/shasum/package.json
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"_from": "shasum@^1.0.0",
|
||||
"_id": "shasum@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-5wEjENj0F/TetXEhUOVni4euVl8=",
|
||||
"_location": "/shasum",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "shasum@^1.0.0",
|
||||
"name": "shasum",
|
||||
"escapedName": "shasum",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz",
|
||||
"_shasum": "e7012310d8f417f4deb5712150e5678b87ae565f",
|
||||
"_spec": "shasum@^1.0.0",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/browserify",
|
||||
"author": {
|
||||
"name": "'Dominic Tarr'",
|
||||
"email": "dominic.tarr@gmail.com",
|
||||
"url": "http://dominictarr.com"
|
||||
},
|
||||
"browser": {
|
||||
"./index.js": "./browser.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/dominictarr/shasum/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"json-stable-stringify": "~0.0.0",
|
||||
"sha.js": "~2.4.4"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.",
|
||||
"devDependencies": {},
|
||||
"homepage": "https://github.com/dominictarr/shasum",
|
||||
"license": "MIT",
|
||||
"name": "shasum",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/dominictarr/shasum.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/index.js && node test/index.js browser"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
Reference in New Issue
Block a user