123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "tr46@1.0.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "tr46@1.0.1",
- "_id": "tr46@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=",
- "_location": "/tr46",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "tr46@1.0.1",
- "name": "tr46",
- "escapedName": "tr46",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/data-urls/whatwg-url",
- "/whatwg-url"
- ],
- "_resolved": "https://registry.npm.taobao.org/tr46/download/tr46-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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"
- },
- "files": [
- "index.js",
- "lib/mappingTable.json",
- "lib/regexes.js"
- ],
- "homepage": "https://github.com/Sebmaster/tr46.js#readme",
- "keywords": [
- "unicode",
- "tr46",
- "url",
- "whatwg"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "tr46",
- "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"
- }
|