UNPKG

1.78 kBJSONView Raw
1{
2 "_from": "npm-bundled@^1.0.1",
3 "_id": "npm-bundled@1.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA==",
6 "_location": "/npm-bundled",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "npm-bundled@^1.0.1",
12 "name": "npm-bundled",
13 "escapedName": "npm-bundled",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/npm-packlist"
20 ],
21 "_resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz",
22 "_shasum": "1edd570865a94cdb1bc8220775e29466c9fb234b",
23 "_spec": "npm-bundled@^1.0.1",
24 "_where": "/Users/isaacs/dev/npm/cli/node_modules/npm-packlist",
25 "author": {
26 "name": "Isaac Z. Schlueter",
27 "email": "i@izs.me",
28 "url": "http://blog.izs.me/"
29 },
30 "bugs": {
31 "url": "https://github.com/npm/npm-bundled/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "npm-normalize-package-bin": "^1.0.1"
36 },
37 "deprecated": false,
38 "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",
39 "devDependencies": {
40 "mkdirp": "^0.5.1",
41 "mutate-fs": "^1.1.0",
42 "rimraf": "^2.6.1",
43 "tap": "^12.0.1"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/npm/npm-bundled#readme",
49 "license": "ISC",
50 "main": "index.js",
51 "name": "npm-bundled",
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/npm/npm-bundled.git"
55 },
56 "scripts": {
57 "postpublish": "git push origin --all; git push origin --tags",
58 "postversion": "npm publish",
59 "preversion": "npm test",
60 "test": "tap test/*.js -J --100"
61 },
62 "version": "1.1.1"
63}