blob: e900ccf4a0b3d42e32addde4fdc3020d82e98ed5 [file] [log] [blame]
{
"_args": [
[
"unicode-match-property-ecmascript@1.0.4",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "unicode-match-property-ecmascript@1.0.4",
"_id": "unicode-match-property-ecmascript@1.0.4",
"_inBundle": false,
"_integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
"_location": "/unicode-match-property-ecmascript",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "unicode-match-property-ecmascript@1.0.4",
"name": "unicode-match-property-ecmascript",
"escapedName": "unicode-match-property-ecmascript",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/regexpu-core"
],
"_resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"bugs": {
"url": "https://github.com/mathiasbynens/unicode-match-property-ecmascript/issues"
},
"dependencies": {
"unicode-canonical-property-names-ecmascript": "^1.0.4",
"unicode-property-aliases-ecmascript": "^1.0.4"
},
"description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
"devDependencies": {
"ava": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"LICENSE-MIT.txt",
"index.js"
],
"homepage": "https://github.com/mathiasbynens/unicode-match-property-ecmascript",
"keywords": [
"unicode",
"unicode properties",
"unicode property aliases"
],
"license": "MIT",
"main": "index.js",
"name": "unicode-match-property-ecmascript",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/unicode-match-property-ecmascript.git"
},
"scripts": {
"test": "ava ./tests"
},
"version": "1.0.4"
}