summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-install-checks/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-install-checks/package.json')
-rw-r--r--deps/npm/node_modules/npm-install-checks/package.json35
1 files changed, 27 insertions, 8 deletions
diff --git a/deps/npm/node_modules/npm-install-checks/package.json b/deps/npm/node_modules/npm-install-checks/package.json
index 9457df0b5..06ca052e4 100644
--- a/deps/npm/node_modules/npm-install-checks/package.json
+++ b/deps/npm/node_modules/npm-install-checks/package.json
@@ -1,11 +1,11 @@
{
"name": "npm-install-checks",
- "version": "1.0.2",
+ "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"
+ "semver": "^2.3.0 || 3.x || 4"
},
"devDependencies": {
"tap": "~0.4.8",
@@ -32,10 +32,29 @@
"bugs": {
"url": "https://github.com/npm/npm-install-checks/issues"
},
- "readme": "# npm-install-checks\n\nA package that contains checks that npm runs during the installation.\n\n## API\n\n### .checkEngine(target, npmVer, nodeVer, force, strict, cb)\nCheck if node/npm version is supported by the package.\n\nError type: `ENOTSUP`\n\n### .checkPlatform(target, force, cb)\nCheck if OS/Arch is supported by the package.\n\nError type: `EBADPLATFORM`\n\n### .checkCycle(target, ancestors, cb)\nCheck for cyclic dependencies.\n\nError type: `ECYCLE`\n\n### .checkGit(folder, cb)\nCheck if a folder is a .git folder.\n\nError type: `EISGIT`\n",
- "readmeFilename": "README.md",
- "gitHead": "056ade7c5e3a6b3c720ca6a743c1b99a0705d29e",
- "_id": "npm-install-checks@1.0.2",
- "_shasum": "ebba769753fc8551308333ef411920743a6809f6",
- "_from": "npm-install-checks@latest"
+ "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"
}