summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-packlist/package.json
blob: d37a7bd1bb4f61935bd859d5bfb8bf0518898eb6 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
  "_from": "npm-packlist@1.2.0",
  "_id": "npm-packlist@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-7Mni4Z8Xkx0/oegoqlcao/JpPCPEMtUvsmB0q7mgvlMinykJLSRTYuFqoQLYgGY8biuxIeiHO+QNJKbCfljewQ==",
  "_location": "/npm-packlist",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "npm-packlist@1.2.0",
    "name": "npm-packlist",
    "escapedName": "npm-packlist",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.2.0.tgz",
  "_shasum": "55a60e793e272f00862c7089274439a4cc31fc7f",
  "_spec": "npm-packlist@1.2.0",
  "_where": "/Users/aeschright/code/cli",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-packlist/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ignore-walk": "^3.0.1",
    "npm-bundled": "^1.0.1"
  },
  "deprecated": false,
  "description": "Get a list of the files to add from a folder into an npm package",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "rimraf": "^2.6.1",
    "tap": "^12.0.1"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://www.npmjs.com/package/npm-packlist",
  "license": "ISC",
  "main": "index.js",
  "name": "npm-packlist",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-packlist.git"
  },
  "scripts": {
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap test/*.js --100 -J"
  },
  "version": "1.2.0"
}