68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"node-abi@2.1.2",
|
|
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
|
]
|
|
],
|
|
"_from": "node-abi@2.1.2",
|
|
"_id": "node-abi@2.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-hmUtb8m75RSi7N+zZLYqe75XDvZB+6LyTBPkj2DConvNgQet2e3BIqEwe1LLvqMrfyjabuT5ZOrTioLCH1HTdA==",
|
|
"_location": "/node-abi",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "node-abi@2.1.2",
|
|
"name": "node-abi",
|
|
"escapedName": "node-abi",
|
|
"rawSpec": "2.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/prebuild-install"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.1.2.tgz",
|
|
"_spec": "2.1.2",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Lukas Geiger"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lgeiger/node-abi/issues"
|
|
},
|
|
"dependencies": {
|
|
"semver": "^5.4.1"
|
|
},
|
|
"description": "Get the Node ABI for a given target and runtime, and vice versa.",
|
|
"devDependencies": {
|
|
"semantic-release": "^8.0.0",
|
|
"standard": "^10.0.0",
|
|
"tape": "^4.6.3"
|
|
},
|
|
"homepage": "https://github.com/lgeiger/node-abi#readme",
|
|
"keywords": [
|
|
"node",
|
|
"electron",
|
|
"node_module_version",
|
|
"abi",
|
|
"v8"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "node-abi",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lgeiger/node-abi.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
|
|
"test": "npm run lint && npm run unit",
|
|
"unit": "tape test/index.js"
|
|
},
|
|
"version": "2.1.2"
|
|
}
|