summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-install-checks/package.json
blob: 39b7adf9948c95eebf9e1fcd9cd4cb2d21c9e0fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "npm-install-checks",
  "version": "1.0.0",
  "description": "checks that npm runs during the installation of a module",
  "main": "index.js",
  "dependencies": {
    "npmlog": "0.0.6",
    "semver": "~2.2.1"
  },
  "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/robertkowalski/npm-install-checks.git"
  },
  "homepage": "https://github.com/robertkowalski/npm-install-checks",
  "keywords": [
    "npm,",
    "install"
  ],
  "author": {
    "name": "Robert Kowalski",
    "email": "rok@kowalski.gd"
  },
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/robertkowalski/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",
  "_id": "npm-install-checks@1.0.0",
  "dist": {
    "shasum": "7e1469b5e0c693b2ae2a8830b5fc4e7bf76c88fd"
  },
  "_from": "npm-install-checks@1.0.0",
  "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.0.tgz"
}