123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "staged-git-files@1.1.2",
- "_id": "staged-git-files@1.1.2",
- "_inBundle": false,
- "_integrity": "sha512-0Eyrk6uXW6tg9PYkhi/V/J4zHp33aNyi2hOCmhFLqLTIhbgqWn5jlSzI+IU0VqrZq6+DbHcabQl/WP6P3BG0QA==",
- "_location": "/staged-git-files",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "staged-git-files@1.1.2",
- "name": "staged-git-files",
- "escapedName": "staged-git-files",
- "rawSpec": "1.1.2",
- "saveSpec": null,
- "fetchSpec": "1.1.2"
- },
- "_requiredBy": [
- "/lint-staged"
- ],
- "_resolved": "https://registry.npmjs.org/staged-git-files/-/staged-git-files-1.1.2.tgz",
- "_shasum": "4326d33886dc9ecfa29a6193bf511ba90a46454b",
- "_spec": "staged-git-files@1.1.2",
- "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\lint-staged",
- "author": {
- "name": "Matthew Chase Whittemore",
- "email": "mcwhittemore@gmail.com"
- },
- "bin": {
- "sgf": "bin/cli.js"
- },
- "bugs": {
- "url": "https://github.com/mcwhittemore/staged-git-files/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "get a list of staged git files and their status",
- "devDependencies": {
- "mocha": "^2.0.1",
- "should": "~2.0.1"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/mcwhittemore/staged-git-files#readme",
- "keywords": [
- "git",
- "pre-commit",
- "post-commit",
- "hooks"
- ],
- "license": "BSD-2-Clause",
- "main": "index.js",
- "name": "staged-git-files",
- "repository": {
- "type": "git",
- "url": "git://github.com/mcwhittemore/staged-git-files.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.1.2"
- }
|