mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
128
node_modules/regex-not/package.json
generated
vendored
Normal file
128
node_modules/regex-not/package.json
generated
vendored
Normal file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"regex-not@^1.0.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/micromatch"
|
||||
]
|
||||
],
|
||||
"_from": "regex-not@>=1.0.0 <2.0.0",
|
||||
"_id": "regex-not@1.0.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/regex-not",
|
||||
"_nodeVersion": "9.5.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/regex-not_1.0.2_1519093874391_0.48484026521777035"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "5.6.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "regex-not",
|
||||
"raw": "regex-not@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/expand-brackets",
|
||||
"/extglob",
|
||||
"/micromatch",
|
||||
"/nanomatch",
|
||||
"/to-regex"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
|
||||
"_shasum": "1f4ece27e00b0b65e0247a6810e6a85d83a5752c",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "regex-not@^1.0.0",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/micromatch",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/regex-not/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"extend-shallow": "^3.0.2",
|
||||
"safe-regex": "^1.1.0"
|
||||
},
|
||||
"description": "Create a javascript regular expression for matching everything except for the given string.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^1.0.0",
|
||||
"mocha": "^3.5.3"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"fileCount": 4,
|
||||
"integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
|
||||
"shasum": "1f4ece27e00b0b65e0247a6810e6a85d83a5752c",
|
||||
"tarball": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
|
||||
"unpackedSize": 8459
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "7e368998898e1fc7428596636ef5412ede414f3e",
|
||||
"homepage": "https://github.com/jonschlinkert/regex-not",
|
||||
"keywords": [
|
||||
"exec",
|
||||
"match",
|
||||
"negate",
|
||||
"negation",
|
||||
"not",
|
||||
"regex",
|
||||
"regular expression",
|
||||
"test"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "regex-not",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/regex-not.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
},
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"reflinks": [
|
||||
"verb",
|
||||
"verb-generate-readme"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"regex-cache",
|
||||
"to-regex"
|
||||
]
|
||||
},
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"toc": false
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
Reference in New Issue
Block a user