mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated package.json
This commit is contained in:
101
node_modules/regex-cache/package.json
generated
vendored
Normal file
101
node_modules/regex-cache/package.json
generated
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"regex-cache@^0.4.2",
|
||||
"/home/mywebsite/node_modules/micromatch"
|
||||
]
|
||||
],
|
||||
"_from": "regex-cache@>=0.4.2 <0.5.0",
|
||||
"_id": "regex-cache@0.4.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/regex-cache",
|
||||
"_nodeVersion": "1.6.2",
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "2.7.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "regex-cache",
|
||||
"raw": "regex-cache@^0.4.2",
|
||||
"rawSpec": "^0.4.2",
|
||||
"scope": null,
|
||||
"spec": ">=0.4.2 <0.5.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/micromatch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz",
|
||||
"_shasum": "6e4f89c266bc03c33fd129c062184687f4663487",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "regex-cache@^0.4.2",
|
||||
"_where": "/home/mywebsite/node_modules/micromatch",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/regex-cache/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-equal-shallow": "^0.1.1",
|
||||
"is-primitive": "^2.0.0"
|
||||
},
|
||||
"description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.",
|
||||
"devDependencies": {
|
||||
"benchmarked": "^0.1.4",
|
||||
"chalk": "^1.0.0",
|
||||
"micromatch": "^2.1.0",
|
||||
"mocha": "^2.1.0",
|
||||
"should": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "6e4f89c266bc03c33fd129c062184687f4663487",
|
||||
"tarball": "http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "9478eec6d9322a96a6ceb3e5488cd8433295a95f",
|
||||
"homepage": "https://github.com/jonschlinkert/regex-cache",
|
||||
"keywords": [
|
||||
"cache",
|
||||
"expression",
|
||||
"regex",
|
||||
"regexp",
|
||||
"regular",
|
||||
"regular expression",
|
||||
"store",
|
||||
"to-regex"
|
||||
],
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE"
|
||||
},
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "regex-cache",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jonschlinkert/regex-cache.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmarks": "node benchmark",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.4.2"
|
||||
}
|
||||
Reference in New Issue
Block a user