aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/unorm/package.json
blob: d6704206a39c8abb953b4ad8832eb6b489dbb473 (plain)
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
70
71
72
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"
}