github-pages-deploy-action/node_modules/posix-character-classes/package.json

90 lines
1.9 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"posix-character-classes@0.1.1",
"."
]
],
"_development": true,
"_from": "posix-character-classes@0.1.1",
2020-03-31 20:42:07 +08:00
"_id": "posix-character-classes@0.1.1",
"_inBundle": false,
"_integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
"_location": "/posix-character-classes",
"_phantomChildren": {},
"_requested": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "posix-character-classes@0.1.1",
2020-03-31 20:42:07 +08:00
"name": "posix-character-classes",
"escapedName": "posix-character-classes",
2020-03-31 20:54:32 +08:00
"rawSpec": "0.1.1",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "0.1.1"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/expand-brackets"
],
"_resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "0.1.1",
"_where": ".",
2020-03-31 20:42:07 +08:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/posix-character-classes/issues"
},
"description": "POSIX character classes for creating regular expressions.",
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/posix-character-classes",
"keywords": [
"character",
"classes",
"posix"
],
"license": "MIT",
"main": "index.js",
"name": "posix-character-classes",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/posix-character-classes.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb",
"verb-generate-readme"
],
"lint": {
"reflinks": true
},
"related-list": [
"micromatch",
"nanomatch",
"extglob",
"expand-brackets"
]
},
"version": "0.1.1"
}