summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-install-checks
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2015-07-31 17:08:03 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-08-01 09:45:44 -0700
commitbf63266460f79d1e8ca71fbfd5898211c438ce80 (patch)
tree618e302343a5215270c6416420a374dd1ba9feb3 /deps/npm/node_modules/npm-install-checks
parentd5ab92bcc1f0ddf7ea87a8322824a688dfd43bf5 (diff)
downloadnode-new-bf63266460f79d1e8ca71fbfd5898211c438ce80.tar.gz
deps: upgrade to npm 2.13.3
PR-URL: https://github.com/nodejs/io.js/pull/2284 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/node_modules/npm-install-checks')
-rw-r--r--deps/npm/node_modules/npm-install-checks/package.json44
1 files changed, 10 insertions, 34 deletions
diff --git a/deps/npm/node_modules/npm-install-checks/package.json b/deps/npm/node_modules/npm-install-checks/package.json
index cc9f206d14..3e7203c6fa 100644
--- a/deps/npm/node_modules/npm-install-checks/package.json
+++ b/deps/npm/node_modules/npm-install-checks/package.json
@@ -1,16 +1,16 @@
{
"name": "npm-install-checks",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "checks that npm runs during the installation of a module",
"main": "index.js",
"dependencies": {
"npmlog": "0.1 || 1",
- "semver": "^2.3.0 || 3.x || 4"
+ "semver": "^2.3.0 || 3.x || 4 || 5"
},
"devDependencies": {
- "tap": "~0.4.8",
+ "mkdirp": "~0.3.5",
"rimraf": "~2.2.5",
- "mkdirp": "~0.3.5"
+ "tap": "^1.2.0"
},
"scripts": {
"test": "tap test/*.js"
@@ -32,34 +32,10 @@
"bugs": {
"url": "https://github.com/npm/npm-install-checks/issues"
},
- "gitHead": "c36e052a0a54ad82932689fa86fd59197277f80d",
- "_id": "npm-install-checks@1.0.5",
- "_shasum": "a1b5beabfd60e0535b14f763157c410cb6bdae56",
- "_from": "npm-install-checks@>=1.0.5 <1.1.0",
- "_npmVersion": "2.1.11",
- "_nodeVersion": "0.10.33",
- "_npmUser": {
- "name": "iarna",
- "email": "me@re-becca.org"
- },
- "maintainers": [
- {
- "name": "robertkowalski",
- "email": "rok@kowalski.gd"
- },
- {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- {
- "name": "iarna",
- "email": "me@re-becca.org"
- }
- ],
- "dist": {
- "shasum": "a1b5beabfd60e0535b14f763157c410cb6bdae56",
- "tarball": "http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz"
+ "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": "f28aebca7f5df0ddb13161b0f04d069004f6c367",
+ "_id": "npm-install-checks@1.0.6",
+ "_shasum": "8d4c1e852806e4e2d66601ab787be5841550d0cb",
+ "_from": "npm-install-checks@>=1.0.6 <1.1.0"
}