Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/tr46/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/tr46/package.json

{
  "_args": [
    [
      {
        "raw": "tr46@^1.0.1",
        "scope": null,
        "escapedName": "tr46",
        "name": "tr46",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/var/www/html/test/wetty/node_modules/whatwg-url"
    ]
  ],
  "_from": "tr46@>=1.0.1 <2.0.0",
  "_id": "tr46@1.0.1",
  "_inCache": true,
  "_location": "/tr46",
  "_nodeVersion": "7.7.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/tr46-1.0.1.tgz_1504404535111_0.9779330701567233"
  },
  "_npmUser": {
    "name": "sebmaster",
    "email": "sebmaster16@gmail.com"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "tr46@^1.0.1",
    "scope": null,
    "escapedName": "tr46",
    "name": "tr46",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/whatwg-url"
  ],
  "_resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  "_shasum": "a8b13fd6bfd2489519674ccde55ba3693b706d09",
  "_shrinkwrap": null,
  "_spec": "tr46@^1.0.1",
  "_where": "/var/www/html/test/wetty/node_modules/whatwg-url",
  "author": {
    "name": "Sebastian Mayr",
    "email": "npm@smayr.name"
  },
  "bugs": {
    "url": "https://github.com/sebmaster/tr46.js/issues"
  },
  "dependencies": {
    "punycode": "^2.1.0"
  },
  "description": "An implementation of the Unicode TR46 spec",
  "devDependencies": {
    "eslint": "^3.13.0",
    "mocha": "^3.2.0",
    "regenerate": "^1.3.2",
    "request": "^2.79.0",
    "unicode-10.0.0": "^0.7.4"
  },
  "directories": {},
  "dist": {
    "shasum": "a8b13fd6bfd2489519674ccde55ba3693b706d09",
    "tarball": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz"
  },
  "files": [
    "index.js",
    "lib/mappingTable.json",
    "lib/regexes.js"
  ],
  "gitHead": "89825520a434d1d750103e05b6fa19b1a75b7ab4",
  "homepage": "https://github.com/sebmaster/tr46.js#readme",
  "keywords": [
    "unicode",
    "tr46",
    "url",
    "whatwg"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "sebmaster",
      "email": "sebmaster16@gmail.com"
    }
  ],
  "name": "tr46",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebmaster/tr46.js.git"
  },
  "scripts": {
    "lint": "eslint .",
    "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
    "pretest": "node scripts/getLatestTests.js",
    "test": "mocha"
  },
  "unicodeVersion": "10.0.0",
  "version": "1.0.1"
}