You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
132 lines
3.1 KiB
132 lines
3.1 KiB
6 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"regex-not@^1.0.0",
|
||
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/readdirp/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": [
|
||
|
"/findup-sync/expand-brackets",
|
||
|
"/findup-sync/extglob",
|
||
|
"/findup-sync/micromatch",
|
||
|
"/nanomatch",
|
||
|
"/readdirp/expand-brackets",
|
||
|
"/readdirp/extglob",
|
||
|
"/readdirp/micromatch",
|
||
|
"/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": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/readdirp/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": [
|
||
|
{
|
||
|
"email": "github@sellside.com",
|
||
|
"name": "jonschlinkert"
|
||
|
}
|
||
|
],
|
||
|
"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"
|
||
|
}
|