@terascope/data-mate 1.6.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/adapters/argument-validator/index.d.ts.map +1 -1
- package/dist/src/adapters/argument-validator/index.js.map +1 -1
- package/dist/src/adapters/data-frame-adapter/index.js.map +1 -1
- package/dist/src/adapters/function-adapter/index.js.map +1 -1
- package/dist/src/adapters/function-adapter/transformers/field/fieldColumn.js.map +1 -1
- package/dist/src/adapters/function-adapter/transformers/field/fieldRow.js.map +1 -1
- package/dist/src/adapters/function-adapter/transformers/field/wholeFieldColumn.js.map +1 -1
- package/dist/src/adapters/function-adapter/transformers/field/wholeFieldRow.js.map +1 -1
- package/dist/src/adapters/function-adapter/utils.js.map +1 -1
- package/dist/src/adapters/function-adapter/validators/field/fieldColumn.js.map +1 -1
- package/dist/src/adapters/function-adapter/validators/field/fieldRow.js.map +1 -1
- package/dist/src/adapters/function-adapter/validators/field/wholeFieldColumn.js.map +1 -1
- package/dist/src/adapters/function-adapter/validators/field/wholeFieldRow.js.map +1 -1
- package/dist/src/adapters/function-adapter/validators/rows.d.ts.map +1 -1
- package/dist/src/adapters/function-adapter/validators/rows.js.map +1 -1
- package/dist/src/aggregation-frame/AggregationFrame.js.map +1 -1
- package/dist/src/aggregation-frame/utils.js.map +1 -1
- package/dist/src/aggregations/field-aggregation.js.map +1 -1
- package/dist/src/aggregations/record-aggregation.js.map +1 -1
- package/dist/src/builder/Builder.js.map +1 -1
- package/dist/src/builder/types/TupleBuilder.js.map +1 -1
- package/dist/src/builder/utils.js.map +1 -1
- package/dist/src/column/Column.d.ts +0 -2
- package/dist/src/column/Column.d.ts.map +1 -1
- package/dist/src/column/Column.js.map +1 -1
- package/dist/src/column/aggregations.js.map +1 -1
- package/dist/src/column/utils.js.map +1 -1
- package/dist/src/core/ReadableData.js.map +1 -1
- package/dist/src/core/WritableData.js.map +1 -1
- package/dist/src/core/utils.js.map +1 -1
- package/dist/src/data-frame/DataFrame.d.ts +0 -2
- package/dist/src/data-frame/DataFrame.d.ts.map +1 -1
- package/dist/src/data-frame/DataFrame.js.map +1 -1
- package/dist/src/data-frame/metadata-utils.js.map +1 -1
- package/dist/src/data-frame/search/buildMatcherForNode.d.ts.map +1 -1
- package/dist/src/data-frame/search/buildMatcherForNode.js.map +1 -1
- package/dist/src/data-frame/search/buildSearchMatcherForQuery.js.map +1 -1
- package/dist/src/data-frame/search/date-utils.js.map +1 -1
- package/dist/src/data-frame/search/wildcards-and-regex-utils.js.map +1 -1
- package/dist/src/data-frame/utils.d.ts +0 -2
- package/dist/src/data-frame/utils.d.ts.map +1 -1
- package/dist/src/data-frame/utils.js.map +1 -1
- package/dist/src/document-matcher/index.js.map +1 -1
- package/dist/src/document-matcher/logic-builder/dates.js.map +1 -1
- package/dist/src/document-matcher/logic-builder/index.js.map +1 -1
- package/dist/src/document-matcher/logic-builder/string.d.ts.map +1 -1
- package/dist/src/document-matcher/logic-builder/string.js.map +1 -1
- package/dist/src/function-configs/date/addToDate.js.map +1 -1
- package/dist/src/function-configs/date/getTimeBetween.js.map +1 -1
- package/dist/src/function-configs/date/isAfter.js.map +1 -1
- package/dist/src/function-configs/date/isBefore.js.map +1 -1
- package/dist/src/function-configs/date/isBetween.js.map +1 -1
- package/dist/src/function-configs/date/isDate.js.map +1 -1
- package/dist/src/function-configs/date/isFriday.js +1 -1
- package/dist/src/function-configs/date/isFriday.js.map +1 -1
- package/dist/src/function-configs/date/isISO8601.js.map +1 -1
- package/dist/src/function-configs/date/lookupTimezone.js.map +1 -1
- package/dist/src/function-configs/date/setDate.js.map +1 -1
- package/dist/src/function-configs/date/setHours.js.map +1 -1
- package/dist/src/function-configs/date/setMilliseconds.js.map +1 -1
- package/dist/src/function-configs/date/setMinutes.js.map +1 -1
- package/dist/src/function-configs/date/setMonth.js.map +1 -1
- package/dist/src/function-configs/date/setSeconds.js.map +1 -1
- package/dist/src/function-configs/date/setTimezone.js.map +1 -1
- package/dist/src/function-configs/date/setYear.js.map +1 -1
- package/dist/src/function-configs/date/subtractFromDate.js.map +1 -1
- package/dist/src/function-configs/geo/geoContains.js.map +1 -1
- package/dist/src/function-configs/geo/geoContainsPoint.js.map +1 -1
- package/dist/src/function-configs/geo/geoDisjoint.js.map +1 -1
- package/dist/src/function-configs/geo/geoIntersects.js.map +1 -1
- package/dist/src/function-configs/geo/geoPointWithinRange.js.map +1 -1
- package/dist/src/function-configs/geo/geoRelation.js.map +1 -1
- package/dist/src/function-configs/geo/geoWithin.js.map +1 -1
- package/dist/src/function-configs/geo/inGeoBoundingBox.js.map +1 -1
- package/dist/src/function-configs/geo/toGeoPoint.js.map +1 -1
- package/dist/src/function-configs/ip/inIPRange.js.map +1 -1
- package/dist/src/function-configs/ip/intToIP.js.map +1 -1
- package/dist/src/function-configs/ip/toCIDR.js.map +1 -1
- package/dist/src/function-configs/json/cast.js.map +1 -1
- package/dist/src/function-configs/json/setDefault.js.map +1 -1
- package/dist/src/function-configs/json/toJSON.js.map +1 -1
- package/dist/src/function-configs/numeric/add.js.map +1 -1
- package/dist/src/function-configs/numeric/atan2.js.map +1 -1
- package/dist/src/function-configs/numeric/divide.js.map +1 -1
- package/dist/src/function-configs/numeric/hypot.js.map +1 -1
- package/dist/src/function-configs/numeric/modulus.js.map +1 -1
- package/dist/src/function-configs/numeric/multiply.js.map +1 -1
- package/dist/src/function-configs/numeric/setPrecision.js.map +1 -1
- package/dist/src/function-configs/numeric/subtract.js.map +1 -1
- package/dist/src/function-configs/numeric/toNumber.js.map +1 -1
- package/dist/src/function-configs/numeric/utils.js.map +1 -1
- package/dist/src/function-configs/object/isEmpty.js.map +1 -1
- package/dist/src/function-configs/string/createID.d.ts +0 -1
- package/dist/src/function-configs/string/createID.d.ts.map +1 -1
- package/dist/src/function-configs/string/createID.js.map +1 -1
- package/dist/src/function-configs/string/encode-utils.d.ts +0 -2
- package/dist/src/function-configs/string/encode-utils.d.ts.map +1 -1
- package/dist/src/function-configs/string/encode.d.ts +0 -1
- package/dist/src/function-configs/string/encode.d.ts.map +1 -1
- package/dist/src/function-configs/string/encodeSHA.d.ts +0 -1
- package/dist/src/function-configs/string/encodeSHA.d.ts.map +1 -1
- package/dist/src/function-configs/string/encodeSHA.js.map +1 -1
- package/dist/src/function-configs/string/encodeSHA1.d.ts +0 -1
- package/dist/src/function-configs/string/encodeSHA1.d.ts.map +1 -1
- package/dist/src/function-configs/string/extract.js.map +1 -1
- package/dist/src/function-configs/string/isAlpha.d.ts +0 -1
- package/dist/src/function-configs/string/isAlpha.d.ts.map +1 -1
- package/dist/src/function-configs/string/isAlpha.js.map +1 -1
- package/dist/src/function-configs/string/isAlphaNumeric.d.ts +0 -1
- package/dist/src/function-configs/string/isAlphaNumeric.d.ts.map +1 -1
- package/dist/src/function-configs/string/isAlphaNumeric.js.map +1 -1
- package/dist/src/function-configs/string/isHash.js.map +1 -1
- package/dist/src/function-configs/string/isISDN.js.map +1 -1
- package/dist/src/function-configs/string/isLength.js.map +1 -1
- package/dist/src/function-configs/string/isMACAddress.js.map +1 -1
- package/dist/src/function-configs/string/isPostalCode.d.ts +0 -1
- package/dist/src/function-configs/string/isPostalCode.d.ts.map +1 -1
- package/dist/src/function-configs/string/isPostalCode.js.map +1 -1
- package/dist/src/function-configs/string/join.js.map +1 -1
- package/dist/src/function-configs/string/replaceRegex.js.map +1 -1
- package/dist/src/function-configs/string/reverse.js.map +1 -1
- package/dist/src/function-configs/string/toString.js.map +1 -1
- package/dist/src/function-configs/string/truncate.js.map +1 -1
- package/dist/src/index.d.ts +14 -13
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/ip-utils.js.map +1 -1
- package/dist/src/jexl/index.js.map +1 -1
- package/dist/src/transforms/field-transform.js.map +1 -1
- package/dist/src/transforms/helpers.js.map +1 -1
- package/dist/src/transforms/record-transform.js.map +1 -1
- package/dist/src/validations/field-validator.d.ts +0 -1
- package/dist/src/validations/field-validator.d.ts.map +1 -1
- package/dist/src/validations/field-validator.js.map +1 -1
- package/dist/src/validations/record-validator.js.map +1 -1
- package/dist/src/vector/ListVector.js.map +1 -1
- package/dist/src/vector/Vector.js.map +1 -1
- package/dist/src/vector/types/IPVector.js.map +1 -1
- package/dist/src/vector/types/ObjectVector.js.map +1 -1
- package/dist/src/vector/types/TupleVector.js.map +1 -1
- package/dist/src/vector/utils.js.map +1 -1
- package/package.json +68 -68
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
2
|
+
"name": "@terascope/data-mate",
|
|
3
|
+
"displayName": "Data-Mate",
|
|
4
|
+
"version": "1.7.1",
|
|
5
|
+
"description": "Library of data validations/transformations",
|
|
6
|
+
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/data-mate#readme",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/terascope/teraslice.git"
|
|
10
|
+
},
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"author": "Terascope, LLC <info@terascope.io>",
|
|
13
|
+
"sideEffects": false,
|
|
14
|
+
"type": "module",
|
|
15
|
+
"main": "dist/src/index.js",
|
|
16
|
+
"typings": "dist/src/index.d.ts",
|
|
17
|
+
"directories": {
|
|
18
|
+
"lib": "dist/src",
|
|
19
|
+
"test": "test"
|
|
20
|
+
},
|
|
21
|
+
"files": [
|
|
22
|
+
"dist/src/**/*"
|
|
23
|
+
],
|
|
24
|
+
"scripts": {
|
|
25
|
+
"benchmark": "yarn build && node bench/index.js",
|
|
26
|
+
"build": "tsc --build",
|
|
27
|
+
"build:watch": "yarn build --watch",
|
|
28
|
+
"test": "yarn workspace @terascope/scripts ts-scripts test ../data-mate --",
|
|
29
|
+
"test:debug": "yarn workspace @terascope/scripts ts-scripts test --debug ../data-mate --",
|
|
30
|
+
"test:watch": "yarn workspace @terascope/scripts ts-scripts test --watch ../data-mate --"
|
|
31
|
+
},
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@terascope/data-types": "~1.7.1",
|
|
34
|
+
"@terascope/types": "~1.4.1",
|
|
35
|
+
"@terascope/utils": "~1.7.1",
|
|
36
|
+
"@types/validator": "~13.12.2",
|
|
37
|
+
"awesome-phonenumber": "~7.2.0",
|
|
38
|
+
"date-fns": "~4.1.0",
|
|
39
|
+
"ip-bigint": "~8.2.0",
|
|
40
|
+
"ip6addr": "~0.2.5",
|
|
41
|
+
"ipaddr.js": "~2.2.0",
|
|
42
|
+
"is-cidr": "~5.1.0",
|
|
43
|
+
"jexl": "~2.3.0",
|
|
44
|
+
"mnemonist": "~0.39.8",
|
|
45
|
+
"uuid": "~11.0.3",
|
|
46
|
+
"valid-url": "~1.0.9",
|
|
47
|
+
"validator": "~13.12.0",
|
|
48
|
+
"xlucene-parser": "~1.7.1"
|
|
49
|
+
},
|
|
50
|
+
"devDependencies": {
|
|
51
|
+
"@types/ip6addr": "~0.2.6",
|
|
52
|
+
"@types/uuid": "~10.0.0",
|
|
53
|
+
"benchmark": "~2.1.4",
|
|
54
|
+
"chance": "~1.1.12"
|
|
55
|
+
},
|
|
56
|
+
"engines": {
|
|
57
|
+
"node": ">=18.18.0",
|
|
58
|
+
"yarn": ">=1.22.19"
|
|
59
|
+
},
|
|
60
|
+
"publishConfig": {
|
|
61
|
+
"access": "public",
|
|
62
|
+
"registry": "https://registry.npmjs.org/"
|
|
63
|
+
},
|
|
64
|
+
"srcMain": "src/index.ts",
|
|
65
|
+
"terascope": {
|
|
66
|
+
"enableTypedoc": true,
|
|
67
|
+
"testSuite": "unit"
|
|
68
|
+
}
|
|
69
|
+
}
|