package.json (2078B)
1 { 2 "_from": "punycode@^2.1.0", 3 "_id": "punycode@2.1.1", 4 "_inBundle": false, 5 "_integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", 6 "_location": "/punycode", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "punycode@^2.1.0", 12 "name": "punycode", 13 "escapedName": "punycode", 14 "rawSpec": "^2.1.0", 15 "saveSpec": null, 16 "fetchSpec": "^2.1.0" 17 }, 18 "_requiredBy": [ 19 "/tough-cookie", 20 "/uri-js" 21 ], 22 "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", 23 "_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec", 24 "_spec": "punycode@^2.1.0", 25 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/uri-js", 26 "author": { 27 "name": "Mathias Bynens", 28 "url": "https://mathiasbynens.be/" 29 }, 30 "bugs": { 31 "url": "https://github.com/bestiejs/punycode.js/issues" 32 }, 33 "bundleDependencies": false, 34 "contributors": [ 35 { 36 "name": "Mathias Bynens", 37 "url": "https://mathiasbynens.be/" 38 } 39 ], 40 "deprecated": false, 41 "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", 42 "devDependencies": { 43 "codecov": "^1.0.1", 44 "istanbul": "^0.4.1", 45 "mocha": "^2.5.3" 46 }, 47 "engines": { 48 "node": ">=6" 49 }, 50 "files": [ 51 "LICENSE-MIT.txt", 52 "punycode.js", 53 "punycode.es6.js" 54 ], 55 "homepage": "https://mths.be/punycode", 56 "jsnext:main": "punycode.es6.js", 57 "jspm": { 58 "map": { 59 "./punycode.js": { 60 "node": "@node/punycode" 61 } 62 } 63 }, 64 "keywords": [ 65 "punycode", 66 "unicode", 67 "idn", 68 "idna", 69 "dns", 70 "url", 71 "domain" 72 ], 73 "license": "MIT", 74 "main": "punycode.js", 75 "module": "punycode.es6.js", 76 "name": "punycode", 77 "repository": { 78 "type": "git", 79 "url": "git+https://github.com/bestiejs/punycode.js.git" 80 }, 81 "scripts": { 82 "prepublish": "node scripts/prepublish.js", 83 "test": "mocha tests" 84 }, 85 "version": "2.1.1" 86 }