12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_from": "global-modules@^0.2.3",
- "_id": "global-modules@0.2.3",
- "_inBundle": false,
- "_integrity": "sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=",
- "_location": "/global-modules",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "global-modules@^0.2.3",
- "name": "global-modules",
- "escapedName": "global-modules",
- "rawSpec": "^0.2.3",
- "saveSpec": null,
- "fetchSpec": "^0.2.3"
- },
- "_requiredBy": [
- "/resolve-dir"
- ],
- "_resolved": "http://registry.npm.taobao.org/global-modules/download/global-modules-0.2.3.tgz",
- "_shasum": "ea5a3bed42c6d6ce995a4f8a1269b5dae223828d",
- "_spec": "global-modules@^0.2.3",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\resolve-dir",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/global-modules/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "global-prefix": "^0.1.4",
- "is-windows": "^0.2.0"
- },
- "deprecated": false,
- "description": "The directory used by npm for globally installed npm modules.",
- "devDependencies": {
- "fs-exists-sync": "^0.1.0",
- "gulp-format-md": "^0.1.9",
- "mocha": "^2.5.3"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/global-modules",
- "keywords": [
- "directory",
- "dirname",
- "global",
- "module",
- "package",
- "path",
- "prefix",
- "resolve"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "global-modules",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/global-modules.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "run": true,
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "global-prefix",
- "git-config-path",
- "npm-paths",
- "contains-path"
- ]
- },
- "reflinks": [
- "verb"
- ],
- "lint": {
- "reflinks": true
- }
- },
- "version": "0.2.3"
- }
|