mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 11:12:47 +00:00
updated package.json
This commit is contained in:
108
node_modules/randomatic/package.json
generated
vendored
Normal file
108
node_modules/randomatic/package.json
generated
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"randomatic@^1.1.3",
|
||||
"/home/mywebsite/node_modules/fill-range"
|
||||
]
|
||||
],
|
||||
"_from": "randomatic@>=1.1.3 <2.0.0",
|
||||
"_id": "randomatic@1.1.5",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/randomatic",
|
||||
"_nodeVersion": "5.0.0",
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "3.3.6",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "randomatic",
|
||||
"raw": "randomatic@^1.1.3",
|
||||
"rawSpec": "^1.1.3",
|
||||
"scope": null,
|
||||
"spec": ">=1.1.3 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/fill-range"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz",
|
||||
"_shasum": "5e9ef5f2d573c67bd2b8124ae90b5156e457840b",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "randomatic@^1.1.3",
|
||||
"_where": "/home/mywebsite/node_modules/fill-range",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/randomatic/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-number": "^2.0.2",
|
||||
"kind-of": "^3.0.2"
|
||||
},
|
||||
"description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.",
|
||||
"devDependencies": {
|
||||
"ansi-bold": "^0.1.1",
|
||||
"benchmarked": "^0.1.4",
|
||||
"glob": "^5.0.15",
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "5e9ef5f2d573c67bd2b8124ae90b5156e457840b",
|
||||
"tarball": "http://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "8d74759d683a580412484e95ec5f1b87d93fd50c",
|
||||
"homepage": "https://github.com/jonschlinkert/randomatic",
|
||||
"keywords": [
|
||||
"alpha",
|
||||
"alpha-numeric",
|
||||
"alphanumeric",
|
||||
"characters",
|
||||
"chars",
|
||||
"numeric",
|
||||
"rand",
|
||||
"random",
|
||||
"randomize",
|
||||
"randomized"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "randomatic",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/randomatic.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"pad-left",
|
||||
"pad-right",
|
||||
"repeat-string"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "1.1.5"
|
||||
}
|
||||
Reference in New Issue
Block a user