refactor(Cypress): add nodemodules
This commit is contained in:
82
node_modules/subarg/package.json
generated
vendored
Normal file
82
node_modules/subarg/package.json
generated
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"_from": "subarg@^1.0.0",
|
||||
"_id": "subarg@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=",
|
||||
"_location": "/subarg",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "subarg@^1.0.0",
|
||||
"name": "subarg",
|
||||
"escapedName": "subarg",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserify",
|
||||
"/deps-sort",
|
||||
"/module-deps"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
|
||||
"_shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
|
||||
"_spec": "subarg@^1.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/subarg/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"minimist": "^1.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "parse arguments with recursive contexts",
|
||||
"devDependencies": {
|
||||
"tape": "^3.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/substack/subarg",
|
||||
"keywords": [
|
||||
"argument",
|
||||
"option",
|
||||
"parser",
|
||||
"parsing",
|
||||
"flags",
|
||||
"command-line",
|
||||
"cli",
|
||||
"recursive",
|
||||
"minimist"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "subarg",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/subarg.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/*.js",
|
||||
"browsers": [
|
||||
"ie/8..latest",
|
||||
"firefox/16",
|
||||
"firefox/latest",
|
||||
"firefox/nightly",
|
||||
"chrome/22",
|
||||
"chrome/latest",
|
||||
"chrome/canary",
|
||||
"opera/12..latest",
|
||||
"opera/next",
|
||||
"safari/5.1..latest"
|
||||
]
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user