modif comtabilite
This commit is contained in:
+26
-32
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"punycode@1.4.1",
|
||||
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_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": "version",
|
||||
"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"
|
||||
"/uri-js"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
|
||||
"_spec": "1.4.1",
|
||||
"_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
|
||||
"_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
|
||||
"_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
|
||||
"_spec": "punycode@^2.1.0",
|
||||
"_where": "/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/uri-js",
|
||||
"author": {
|
||||
"name": "Mathias Bynens",
|
||||
"url": "https://mathiasbynens.be/"
|
||||
@@ -35,32 +29,30 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/bestiejs/punycode.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"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": {
|
||||
@@ -79,13 +71,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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user