aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/unorm/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-01-19 12:37:14 +0530
committerKumar Priyansh <[email protected]>2019-01-19 12:37:14 +0530
commitdcdfc94cb39dfe2c39925a0145ffa45e2d061c30 (patch)
tree4f6379d955555b298c0e7b83a67e264240ee5614 /cordova/node_modules/unorm/package.json
parent76f7b3678d3f1ff99c3935a774d420453b0c3cb9 (diff)
downloadWeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.tar.xz
WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.zip
Initial Upload via GIT
Diffstat (limited to 'cordova/node_modules/unorm/package.json')
-rwxr-xr-xcordova/node_modules/unorm/package.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/cordova/node_modules/unorm/package.json b/cordova/node_modules/unorm/package.json
new file mode 100755
index 0000000..d670420
--- /dev/null
+++ b/cordova/node_modules/unorm/package.json
@@ -0,0 +1,73 @@
+{
+ "_from": "unorm@^1.3.3",
+ "_id": "[email protected]",
+ "_inBundle": true,
+ "_integrity": "sha1-NkIA1fE2RsqLzURJAnEzVhR5IwA=",
+ "_location": "/cordova-ios/unorm",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "unorm@^1.3.3",
+ "name": "unorm",
+ "escapedName": "unorm",
+ "rawSpec": "^1.3.3",
+ "saveSpec": null,
+ "fetchSpec": "^1.3.3"
+ },
+ "_requiredBy": [
+ "/cordova-ios",
+ "/cordova-ios/cordova-common"
+ ],
+ "_resolved": "https://registry.npmjs.org/unorm/-/unorm-1.4.1.tgz",
+ "_shasum": "364200d5f13646ca8bcd44490271335614792300",
+ "_spec": "unorm@^1.3.3",
+ "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/cordova-common",
+ "author": {
+ "name": "Bjarke Walling",
+ "email": "[email protected]"
+ },
+ "bugs": {
+ "url": "https://github.com/walling/unorm/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Bjarke Walling",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Oleg Grenrus",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Matsuza",
+ "email": "[email protected]"
+ }
+ ],
+ "deprecated": false,
+ "description": "JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.",
+ "devDependencies": {
+ "benchmark": "~1.0.0",
+ "grunt": "~0.4.1",
+ "grunt-contrib-jshint": "~0.8.0",
+ "grunt-contrib-watch": "~0.5.0",
+ "grunt-simple-mocha": "~0.4.0",
+ "unorm": "1.4.1"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ },
+ "homepage": "https://github.com/walling/unorm#readme",
+ "license": "MIT or GPL-2.0",
+ "main": "./lib/unorm.js",
+ "name": "unorm",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://[email protected]/walling/unorm.git"
+ },
+ "scripts": {
+ "test": "grunt test"
+ },
+ "version": "1.4.1"
+}