WIP - add extractor, generate snippet_data
This commit is contained in:
68
node_modules/unicode-property-aliases-ecmascript/package.json
generated
vendored
Normal file
68
node_modules/unicode-property-aliases-ecmascript/package.json
generated
vendored
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "unicode-property-aliases-ecmascript@^1.0.4",
|
||||
"_id": "unicode-property-aliases-ecmascript@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==",
|
||||
"_location": "/unicode-property-aliases-ecmascript",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "unicode-property-aliases-ecmascript@^1.0.4",
|
||||
"name": "unicode-property-aliases-ecmascript",
|
||||
"escapedName": "unicode-property-aliases-ecmascript",
|
||||
"rawSpec": "^1.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/unicode-match-property-ecmascript"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz",
|
||||
"_shasum": "a9cc6cc7ce63a0a3023fc99e341b94431d405a57",
|
||||
"_spec": "unicode-property-aliases-ecmascript@^1.0.4",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/unicode-match-property-ecmascript",
|
||||
"author": {
|
||||
"name": "Mathias Bynens",
|
||||
"url": "https://mathiasbynens.be/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"jsesc": "^2.5.2",
|
||||
"unicode-canonical-property-names-ecmascript": "^1.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE-MIT.txt",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript",
|
||||
"keywords": [
|
||||
"unicode",
|
||||
"unicode-data",
|
||||
"alias",
|
||||
"aliases",
|
||||
"property alias"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "unicode-property-aliases-ecmascript",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mathiasbynens/unicode-property-aliases-ecmascript.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node scripts/build.js",
|
||||
"download": "curl http://unicode.org/Public/12.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
|
||||
"test": "ava ./tests"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
}
|
||||
Reference in New Issue
Block a user