refactor(Cypress): add nodemodules
This commit is contained in:
95
node_modules/pad-right/package.json
generated
vendored
Normal file
95
node_modules/pad-right/package.json
generated
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"_from": "pad-right@^0.2.2",
|
||||
"_id": "pad-right@0.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-b7ySQEXSRPKiokRQMGDTv8YAl3Q=",
|
||||
"_location": "/pad-right",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "pad-right@^0.2.2",
|
||||
"name": "pad-right",
|
||||
"escapedName": "pad-right",
|
||||
"rawSpec": "^0.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/assertion-error-formatter"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pad-right/-/pad-right-0.2.2.tgz",
|
||||
"_shasum": "6fbc924045d244f2a2a244503060d3bfc6009774",
|
||||
"_spec": "pad-right@^0.2.2",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/assertion-error-formatter",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/pad-right/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"repeat-string": "^1.5.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Right pad a string with zeros or a specified string. Fastest implementation.",
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/pad-right",
|
||||
"keywords": [
|
||||
"align",
|
||||
"alignment",
|
||||
"fill",
|
||||
"left",
|
||||
"pad",
|
||||
"pad-left",
|
||||
"pad-right",
|
||||
"padded",
|
||||
"padding",
|
||||
"right",
|
||||
"right-pad",
|
||||
"spaces",
|
||||
"string",
|
||||
"zero",
|
||||
"zero-fill",
|
||||
"zeros"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "pad-right",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/pad-right.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"related": {
|
||||
"list": [
|
||||
"align-text",
|
||||
"center-align",
|
||||
"justified",
|
||||
"pad-left",
|
||||
"repeat-string",
|
||||
"right-align",
|
||||
"right-align-keys",
|
||||
"right-align-values",
|
||||
"right-pad-keys",
|
||||
"right-pad-values",
|
||||
"word-wrap"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "0.2.2"
|
||||
}
|
Reference in New Issue
Block a user