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

package.json « npm-bundled « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf20e297b0b639b89cbb8637e413622446da89a7 (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
{
  "name": "npm-bundled",
  "version": "1.1.2",
  "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-bundled.git"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "mutate-fs": "^1.1.0",
    "rimraf": "^2.6.1",
    "tap": "^12.0.1"
  },
  "scripts": {
    "test": "tap test/*.js -J --100",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --all; git push origin --tags"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "npm-normalize-package-bin": "^1.0.1"
  }
}