| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "npm-lifecycle@3.1.5",
- "_id": "npm-lifecycle@3.1.5",
- "_inBundle": false,
- "_integrity": "sha512-lDLVkjfZmvmfvpvBzA4vzee9cn+Me4orq0QF8glbswJVEbIcSNWib7qGOffolysc3teCqbbPZZkzbr3GQZTL1g==",
- "_location": "/npm-lifecycle",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "npm-lifecycle@3.1.5",
- "name": "npm-lifecycle",
- "escapedName": "npm-lifecycle",
- "rawSpec": "3.1.5",
- "saveSpec": null,
- "fetchSpec": "3.1.5"
- },
- "_requiredBy": [
- "#USER",
- "/",
- "/libcipm",
- "/libnpm"
- ],
- "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-3.1.5.tgz",
- "_shasum": "9882d3642b8c82c815782a12e6a1bfeed0026309",
- "_spec": "npm-lifecycle@3.1.5",
- "_where": "/Users/claudiahdz/npm/cli",
- "author": {
- "name": "Mike Sherov"
- },
- "bugs": {
- "url": "https://github.com/npm/lifecycle/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "byline": "^5.0.0",
- "graceful-fs": "^4.1.15",
- "node-gyp": "^5.0.2",
- "resolve-from": "^4.0.0",
- "slide": "^1.1.6",
- "uid-number": "0.0.6",
- "umask": "^1.1.0",
- "which": "^1.3.1"
- },
- "deprecated": false,
- "description": "JavaScript package lifecycle hook runner",
- "devDependencies": {
- "nyc": "^14.1.0",
- "sinon": "^7.2.3",
- "standard": "^12.0.1",
- "standard-version": "^4.4.0",
- "tap": "^12.7.0"
- },
- "files": [
- "index.js",
- "lib/spawn.js",
- "node-gyp-bin"
- ],
- "homepage": "https://github.com/npm/lifecycle#readme",
- "keywords": [
- "npm",
- "lifecycle",
- "hook",
- "runner"
- ],
- "license": "Artistic-2.0",
- "main": "index.js",
- "name": "npm-lifecycle",
- "repository": {
- "type": "git",
- "url": "git://github.com/npm/lifecycle.git"
- },
- "scripts": {
- "postrelease": "npm publish && git push --follow-tags",
- "prerelease": "npm t",
- "pretest": "standard",
- "release": "standard-version -s",
- "snap": "TAP_SNAPSHOT=1 npm test",
- "test": "tap -J --cov test/*.js"
- },
- "version": "3.1.5"
- }
|