modif comtabilite

This commit is contained in:
2019-01-16 16:23:31 +01:00
parent 6b741a9666
commit 9312edc3ae
1844 changed files with 158848 additions and 55874 deletions
+17 -20
View File
@@ -1,36 +1,31 @@
{
"_args": [
[
"nan@2.10.0",
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
]
],
"_development": true,
"_from": "nan@2.10.0",
"_id": "nan@2.10.0",
"_from": "nan@^2.10.0",
"_id": "nan@2.11.1",
"_inBundle": false,
"_integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==",
"_integrity": "sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA==",
"_location": "/nan",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "nan@2.10.0",
"raw": "nan@^2.10.0",
"name": "nan",
"escapedName": "nan",
"rawSpec": "2.10.0",
"rawSpec": "^2.10.0",
"saveSpec": null,
"fetchSpec": "2.10.0"
"fetchSpec": "^2.10.0"
},
"_requiredBy": [
"/node-sass"
],
"_resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
"_spec": "2.10.0",
"_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
"_resolved": "https://registry.npmjs.org/nan/-/nan-2.11.1.tgz",
"_shasum": "90e22bccb8ca57ea4cd37cc83d3819b52eea6766",
"_spec": "nan@^2.10.0",
"_where": "/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/node-sass",
"bugs": {
"url": "https://github.com/nodejs/nan/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Rod Vagg",
@@ -73,7 +68,8 @@
"url": "https://github.com/mkrufky"
}
],
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 9 compatibility",
"deprecated": false,
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 10 compatibility",
"devDependencies": {
"bindings": "~1.2.1",
"commander": "^2.8.1",
@@ -95,7 +91,8 @@
"scripts": {
"docs": "doc/.build.sh",
"rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
"test": "tap --gc --stderr test/js/*-test.js"
"test": "tap --gc --stderr test/js/*-test.js",
"test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js"
},
"version": "2.10.0"
"version": "2.11.1"
}