Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-07-25 04:51:29 +0400
committerisaacs <i@izs.me>2014-07-25 04:52:02 +0400
commitea547e29f1245e516fc67641875841c10f04e1ee (patch)
treed4ee0d8a6c49f20ce4a402f17bd4e350136c1a7b /node_modules/npm-install-checks
parent33ccd13d161ff185d9c9c545013e0775f86c13ac (diff)
Bump semver to version 3
This makes the '^' operator stricter for 0.x.y versions, even if 'x' is not 0. As a direct result, several *other* deps had to be updated, because they either depended on semver 2.x, or because the new stricter rules meant that they (or their deps) were no longer valid. The update to 'read-installed', in particular, causes a test failure. That update must be rolled back, or the test made to pass, prior to a stable npm 2.0.0 release going out.
Diffstat (limited to 'node_modules/npm-install-checks')
-rw-r--r--node_modules/npm-install-checks/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/npm-install-checks/package.json b/node_modules/npm-install-checks/package.json
index 9457df0b5..e0e98a1c9 100644
--- a/node_modules/npm-install-checks/package.json
+++ b/node_modules/npm-install-checks/package.json
@@ -1,11 +1,11 @@
{
"name": "npm-install-checks",
- "version": "1.0.2",
+ "version": "1.0.3",
"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"
},
"devDependencies": {
"tap": "~0.4.8",
@@ -34,8 +34,8 @@
},
"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": "ca29c68e45e691062471eeb4875f4ec5905277c5",
+ "_id": "npm-install-checks@1.0.3",
+ "_shasum": "9301006141a8f1454ae6bfe9a2f89da91316de02",
+ "_from": "npm-install-checks@>=1.0.2-0 <1.1.0-0"
}