UNPKG

2.37 kBJSONView Raw
1{
2 "_from": "libcipm@4.0.8",
3 "_id": "libcipm@4.0.8",
4 "_inBundle": false,
5 "_integrity": "sha512-IN3hh2yDJQtZZ5paSV4fbvJg4aHxCCg5tcZID/dSVlTuUiWktsgaldVljJv6Z5OUlYspx6xQkbR0efNodnIrOA==",
6 "_location": "/libcipm",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "libcipm@4.0.8",
12 "name": "libcipm",
13 "escapedName": "libcipm",
14 "rawSpec": "4.0.8",
15 "saveSpec": null,
16 "fetchSpec": "4.0.8"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/libcipm/-/libcipm-4.0.8.tgz",
23 "_shasum": "dcea4919e10dfbce420327e63901613b9141bc89",
24 "_spec": "libcipm@4.0.8",
25 "_where": "/Users/claudiahdz/npm/cli",
26 "author": {
27 "name": "Kat Marchán",
28 "email": "kzm@sykosomatic.org"
29 },
30 "bugs": {
31 "url": "https://github.com/npm/libcipm/issues"
32 },
33 "bundleDependencies": false,
34 "config": {
35 "nyc": {
36 "exclude": [
37 "node_modules/**",
38 "test/**"
39 ]
40 }
41 },
42 "dependencies": {
43 "bin-links": "^1.1.2",
44 "bluebird": "^3.5.1",
45 "figgy-pudding": "^3.5.1",
46 "find-npm-prefix": "^1.0.2",
47 "graceful-fs": "^4.1.11",
48 "ini": "^1.3.5",
49 "lock-verify": "^2.1.0",
50 "mkdirp": "^0.5.1",
51 "npm-lifecycle": "^3.0.0",
52 "npm-logical-tree": "^1.2.1",
53 "npm-package-arg": "^6.1.0",
54 "pacote": "^9.1.0",
55 "read-package-json": "^2.0.13",
56 "rimraf": "^2.6.2",
57 "worker-farm": "^1.6.0"
58 },
59 "deprecated": false,
60 "description": "programmatic API for cipm: a ci-oriented package installer for npm",
61 "devDependencies": {
62 "npmlog": "^4.1.2",
63 "nyc": "^11.8.0",
64 "require-inject": "^1.4.3",
65 "standard": "^11.0.1",
66 "standard-version": "^4.4.0",
67 "tacks": "^1.2.6",
68 "tap": "^12.0.1"
69 },
70 "files": [
71 "*.js",
72 "lib"
73 ],
74 "homepage": "https://github.com/npm/libcipm#readme",
75 "keywords": [
76 "npm",
77 "package manager",
78 "caching",
79 "downloader"
80 ],
81 "license": "MIT",
82 "main": "index.js",
83 "name": "libcipm",
84 "repository": {
85 "type": "git",
86 "url": "git+https://github.com/npm/libcipm.git"
87 },
88 "scripts": {
89 "postrelease": "npm publish && git push --follow-tags",
90 "prerelease": "npm t",
91 "pretest": "standard",
92 "release": "standard-version -s",
93 "test": "tap -J --nyc-arg=--all --coverage test/specs"
94 },
95 "version": "4.0.8"
96}