UNPKG

2.06 kBJSONView Raw
1{
2 "_args": [
3 [
4 "punycode@1.4.1",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "punycode@1.4.1",
9 "_id": "punycode@1.4.1",
10 "_inBundle": false,
11 "_integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
12 "_location": "/punycode",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "punycode@1.4.1",
18 "name": "punycode",
19 "escapedName": "punycode",
20 "rawSpec": "1.4.1",
21 "saveSpec": null,
22 "fetchSpec": "1.4.1"
23 },
24 "_requiredBy": [
25 "/tough-cookie"
26 ],
27 "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
28 "_spec": "1.4.1",
29 "_where": "/Users/eshanker/Code/fsevents",
30 "author": {
31 "name": "Mathias Bynens",
32 "url": "https://mathiasbynens.be/"
33 },
34 "bugs": {
35 "url": "https://github.com/bestiejs/punycode.js/issues"
36 },
37 "contributors": [
38 {
39 "name": "Mathias Bynens",
40 "url": "https://mathiasbynens.be/"
41 },
42 {
43 "name": "John-David Dalton",
44 "url": "http://allyoucanleet.com/"
45 }
46 ],
47 "dependencies": {},
48 "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
49 "devDependencies": {
50 "coveralls": "^2.11.4",
51 "grunt": "^0.4.5",
52 "grunt-contrib-uglify": "^0.11.0",
53 "grunt-shell": "^1.1.2",
54 "istanbul": "^0.4.1",
55 "qunit-extras": "^1.4.4",
56 "qunitjs": "~1.11.0",
57 "requirejs": "^2.1.22"
58 },
59 "files": [
60 "LICENSE-MIT.txt",
61 "punycode.js"
62 ],
63 "homepage": "https://mths.be/punycode",
64 "jspm": {
65 "map": {
66 "./punycode.js": {
67 "node": "@node/punycode"
68 }
69 }
70 },
71 "keywords": [
72 "punycode",
73 "unicode",
74 "idn",
75 "idna",
76 "dns",
77 "url",
78 "domain"
79 ],
80 "license": "MIT",
81 "main": "punycode.js",
82 "name": "punycode",
83 "optionalDependencies": {},
84 "repository": {
85 "type": "git",
86 "url": "git+https://github.com/bestiejs/punycode.js.git"
87 },
88 "scripts": {
89 "test": "node tests/tests.js"
90 },
91 "version": "1.4.1"
92}