Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/punycode/package.json')
-rw-r--r--node_modules/punycode/package.json49
1 files changed, 24 insertions, 25 deletions
diff --git a/node_modules/punycode/package.json b/node_modules/punycode/package.json
index 1bc2edc04..17e0145cd 100644
--- a/node_modules/punycode/package.json
+++ b/node_modules/punycode/package.json
@@ -1,28 +1,29 @@
{
- "_from": "punycode@^1.4.1",
- "_id": "punycode@1.4.1",
+ "_from": "punycode@^2.1.0",
+ "_id": "punycode@2.1.1",
"_inBundle": false,
- "_integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
+ "_integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
"_location": "/punycode",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "punycode@^1.4.1",
+ "raw": "punycode@^2.1.0",
"name": "punycode",
"escapedName": "punycode",
- "rawSpec": "^1.4.1",
+ "rawSpec": "^2.1.0",
"saveSpec": null,
- "fetchSpec": "^1.4.1"
+ "fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/tough-cookie",
- "/unicode-length"
+ "/unicode-length",
+ "/uri-js"
],
- "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
- "_shasum": "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e",
- "_spec": "punycode@^1.4.1",
- "_where": "/Users/rebecca/code/npm/node_modules/tough-cookie",
+ "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
+ "_spec": "punycode@^2.1.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/uri-js",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
@@ -35,29 +36,25 @@
{
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
- },
- {
- "name": "John-David Dalton",
- "url": "http://allyoucanleet.com/"
}
],
"deprecated": false,
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
"devDependencies": {
- "coveralls": "^2.11.4",
- "grunt": "^0.4.5",
- "grunt-contrib-uglify": "^0.11.0",
- "grunt-shell": "^1.1.2",
+ "codecov": "^1.0.1",
"istanbul": "^0.4.1",
- "qunit-extras": "^1.4.4",
- "qunitjs": "~1.11.0",
- "requirejs": "^2.1.22"
+ "mocha": "^2.5.3"
+ },
+ "engines": {
+ "node": ">=6"
},
"files": [
"LICENSE-MIT.txt",
- "punycode.js"
+ "punycode.js",
+ "punycode.es6.js"
],
"homepage": "https://mths.be/punycode",
+ "jsnext:main": "punycode.es6.js",
"jspm": {
"map": {
"./punycode.js": {
@@ -76,13 +73,15 @@
],
"license": "MIT",
"main": "punycode.js",
+ "module": "punycode.es6.js",
"name": "punycode",
"repository": {
"type": "git",
"url": "git+https://github.com/bestiejs/punycode.js.git"
},
"scripts": {
- "test": "node tests/tests.js"
+ "prepublish": "node scripts/prepublish.js",
+ "test": "mocha tests"
},
- "version": "1.4.1"
+ "version": "2.1.1"
}