1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/posix-character-classes/package.json

86 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "posix-character-classes@^0.1.0",
2023-12-18 13:12:25 +08:00
"_id": "posix-character-classes@0.1.1",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==",
2023-12-18 13:12:25 +08:00
"_location": "/posix-character-classes",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "posix-character-classes@^0.1.0",
2023-12-18 13:12:25 +08:00
"name": "posix-character-classes",
"escapedName": "posix-character-classes",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.1.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.1.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/expand-brackets"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
"_shasum": "01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab",
"_spec": "posix-character-classes@^0.1.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\expand-brackets",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/posix-character-classes/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"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"
}