refactor(Cypress): add nodemodules
This commit is contained in:
70
node_modules/deps-sort/package.json
generated
vendored
Normal file
70
node_modules/deps-sort/package.json
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_from": "deps-sort@^2.0.0",
|
||||
"_id": "deps-sort@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==",
|
||||
"_location": "/deps-sort",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "deps-sort@^2.0.0",
|
||||
"name": "deps-sort",
|
||||
"escapedName": "deps-sort",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.1.tgz",
|
||||
"_shasum": "9dfdc876d2bcec3386b6829ac52162cda9fa208d",
|
||||
"_spec": "deps-sort@^2.0.0",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/browserify",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"bin": {
|
||||
"deps-sort": "bin/cmd.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/substack/deps-sort/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"JSONStream": "^1.0.3",
|
||||
"shasum-object": "^1.0.0",
|
||||
"subarg": "^1.0.0",
|
||||
"through2": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "sort module-deps output for deterministic browserify bundles",
|
||||
"devDependencies": {
|
||||
"tap": "^2.2.0"
|
||||
},
|
||||
"homepage": "https://github.com/substack/deps-sort",
|
||||
"keywords": [
|
||||
"dependency",
|
||||
"graph",
|
||||
"browser",
|
||||
"browserify",
|
||||
"module-deps",
|
||||
"browser-pack",
|
||||
"sorted",
|
||||
"determinism"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "deps-sort",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/deps-sort.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
Reference in New Issue
Block a user