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:
Diffstat (limited to 'node_modules/npm-install-checks/package.json')
-rw-r--r--node_modules/npm-install-checks/package.json96
1 files changed, 60 insertions, 36 deletions
diff --git a/node_modules/npm-install-checks/package.json b/node_modules/npm-install-checks/package.json
index cc9f206d1..bbb4ee95c 100644
--- a/node_modules/npm-install-checks/package.json
+++ b/node_modules/npm-install-checks/package.json
@@ -1,47 +1,67 @@
{
- "name": "npm-install-checks",
- "version": "1.0.5",
- "description": "checks that npm runs during the installation of a module",
- "main": "index.js",
+ "_args": [
+ [
+ "npm-install-checks@~1.0.5",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "npm-install-checks@>=1.0.5 <1.1.0",
+ "_id": "npm-install-checks@1.0.5",
+ "_inCache": true,
+ "_location": "/npm-install-checks",
+ "_nodeVersion": "0.10.33",
+ "_npmUser": {
+ "email": "me@re-becca.org",
+ "name": "iarna"
+ },
+ "_npmVersion": "2.1.11",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "npm-install-checks",
+ "raw": "npm-install-checks@~1.0.5",
+ "rawSpec": "~1.0.5",
+ "scope": null,
+ "spec": ">=1.0.5 <1.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz",
+ "_shasum": "a1b5beabfd60e0535b14f763157c410cb6bdae56",
+ "_shrinkwrap": null,
+ "_spec": "npm-install-checks@~1.0.5",
+ "_where": "/Users/rebecca/code/npm",
+ "author": {
+ "email": "rok@kowalski.gd",
+ "name": "Robert Kowalski"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/npm-install-checks/issues"
+ },
"dependencies": {
"npmlog": "0.1 || 1",
"semver": "^2.3.0 || 3.x || 4"
},
+ "description": "checks that npm runs during the installation of a module",
"devDependencies": {
- "tap": "~0.4.8",
+ "mkdirp": "~0.3.5",
"rimraf": "~2.2.5",
- "mkdirp": "~0.3.5"
- },
- "scripts": {
- "test": "tap test/*.js"
+ "tap": "~0.4.8"
},
- "repository": {
- "type": "git",
- "url": "git://github.com/npm/npm-install-checks.git"
+ "directories": {},
+ "dist": {
+ "shasum": "a1b5beabfd60e0535b14f763157c410cb6bdae56",
+ "tarball": "http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz"
},
+ "gitHead": "c36e052a0a54ad82932689fa86fd59197277f80d",
"homepage": "https://github.com/npm/npm-install-checks",
"keywords": [
- "npm,",
- "install"
+ "install",
+ "npm,"
],
- "author": {
- "name": "Robert Kowalski",
- "email": "rok@kowalski.gd"
- },
"license": "BSD-2-Clause",
- "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"
- },
+ "main": "index.js",
"maintainers": [
{
"name": "robertkowalski",
@@ -56,10 +76,14 @@
"email": "me@re-becca.org"
}
],
- "dist": {
- "shasum": "a1b5beabfd60e0535b14f763157c410cb6bdae56",
- "tarball": "http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz"
+ "name": "npm-install-checks",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/npm/npm-install-checks.git"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz"
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "1.0.5"
}