bigint-crypto-utils/node_modules/pkg-config/package.json

79 lines
1.9 KiB
JSON
Raw Normal View History

{
"_from": "pkg-config@^1.1.0",
"_id": "pkg-config@1.1.1",
"_inBundle": false,
"_integrity": "sha1-VX7yLXPaPIg3EHdmxS6tq94pj+Q=",
"_location": "/pkg-config",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pkg-config@^1.1.0",
"name": "pkg-config",
"escapedName": "pkg-config",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/deglob"
],
"_resolved": "https://registry.npmjs.org/pkg-config/-/pkg-config-1.1.1.tgz",
"_shasum": "557ef22d73da3c8837107766c52eadabde298fe4",
"_spec": "pkg-config@^1.1.0",
"_where": "/home/juan/bigint-crypto-utils/node_modules/deglob",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
"url": "https://www.ahmadnassri.com/"
},
"bugs": {
"url": "https://github.com/ahmadnassri/pkg-config/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug-log": "^1.0.0",
"find-root": "^1.0.0",
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "parse the closest `package.json` and get package specific configurations",
"devDependencies": {
"codeclimate-test-reporter": "0.3.1",
"echint": "^1.5.3",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"should": "^8.2.2",
"standard": "^6.0.8"
},
"echint": {
"ignore": [
"coverage/**"
]
},
"engines": {
"node": ">=0.10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/ahmadnassri/pkg-config",
"keywords": [
"pkg-config"
],
"license": "MIT",
"name": "pkg-config",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadnassri/pkg-config.git"
},
"scripts": {
"codeclimate": "codeclimate < coverage/lcov.info",
"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
"posttest": "npm run coverage",
"pretest": "standard && echint",
"test": "mocha"
},
"version": "1.1.1"
}