You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.5 KiB

{
"name": "npm-install-checks",
"version": "1.0.4",
"description": "checks that npm runs during the installation of a module",
"main": "index.js",
"dependencies": {
"npmlog": "0.1",
"semver": "^2.3.0 || 3.x || 4"
},
"devDependencies": {
"tap": "~0.4.8",
"rimraf": "~2.2.5",
"mkdirp": "~0.3.5"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/npm/npm-install-checks.git"
},
"homepage": "https://github.com/npm/npm-install-checks",
"keywords": [
"npm,",
"install"
],
"author": {
"name": "Robert Kowalski",
"email": "rok@kowalski.gd"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/npm/npm-install-checks/issues"
},
"gitHead": "05944f95860b0ac3769667551c4b7aa3d3fcdc32",
"_id": "npm-install-checks@1.0.4",
"_shasum": "9757c6f9d4d493c2489465da6d07a8ed416d44c8",
"_from": "npm-install-checks@>=1.0.2-0 <1.1.0-0",
"_npmVersion": "2.0.0-beta.3",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"maintainers": [
{
"name": "robertkowalski",
"email": "rok@kowalski.gd"
},
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"dist": {
"shasum": "9757c6f9d4d493c2489465da6d07a8ed416d44c8",
"tarball": "http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.4.tgz"
}