This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

View File

@@ -1,31 +1,7 @@
{
"_from": "node-addon-api@^3.0.0",
"_id": "node-addon-api@3.0.1",
"_inBundle": false,
"_integrity": "sha512-YUpjl57P55u2yUaKX5Bgy4t5s6SCNYMg+62XNg+k41aYbBL1NgWrZfcgljR5MxDxHDjzl0qHDNtH6SkW4DXNCA==",
"_location": "/node-addon-api",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-addon-api@^3.0.0",
"name": "node-addon-api",
"escapedName": "node-addon-api",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/bcrypt"
],
"_resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.0.1.tgz",
"_shasum": "990544a2607ec3f538443df4858f8c40089b7783",
"_spec": "node-addon-api@^3.0.0",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\bcrypt",
"bugs": {
"url": "https://github.com/nodejs/node-addon-api/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Abhishek Kumar Singh",
@@ -83,10 +59,6 @@
"name": "Cory Mickelson",
"url": "https://github.com/corymickelson"
},
{
"name": "Daniel Bevenius",
"url": "https://github.com/danbev"
},
{
"name": "David Halls",
"url": "https://github.com/davedoesdev"
@@ -135,10 +107,6 @@
"name": "Jason Ginchereau",
"url": "https://github.com/jasongin"
},
{
"name": "Jeroen Janssen",
"url": "https://github.com/japj"
},
{
"name": "Jim Schlight",
"url": "https://github.com/jschlight"
@@ -151,10 +119,6 @@
"name": "joshgarde",
"url": "https://github.com/joshgarde"
},
{
"name": "Kasumi Hanazuki",
"url": "https://github.com/hanazuki"
},
{
"name": "Kelvin",
"url": "https://github.com/kelvinhammond"
@@ -175,10 +139,6 @@
"name": "legendecas",
"url": "https://github.com/legendecas"
},
{
"name": "Lovell Fuller",
"url": "https://github.com/lovell"
},
{
"name": "Luciano Martorella",
"url": "https://github.com/lmartorella"
@@ -273,7 +233,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Node.js API (N-API)",
"devDependencies": {
"benchmark": "^2.1.4",
@@ -297,20 +256,21 @@
"main": "index.js",
"name": "node-addon-api",
"optionalDependencies": {},
"readme": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/nodejs/node-addon-api.git"
},
"scripts": {
"benchmark": "node benchmark",
"dev": "node test",
"dev:incremental": "node test",
"doc": "doxygen doc/Doxyfile",
"prebenchmark": "node-gyp rebuild -C benchmark",
"predev": "node-gyp rebuild -C test --debug",
"predev:incremental": "node-gyp configure build -C test --debug",
"benchmark": "node benchmark",
"pretest": "node-gyp rebuild -C test",
"test": "node test"
"test": "node test",
"predev": "node-gyp rebuild -C test --debug",
"dev": "node test",
"predev:incremental": "node-gyp configure build -C test --debug",
"dev:incremental": "node test",
"doc": "doxygen doc/Doxyfile"
},
"version": "3.0.1"
"version": "3.0.0"
}