added unit testing, and started implementing unit tests...phew
This commit is contained in:
130
node_modules/global-prefix/package.json
generated
vendored
Normal file
130
node_modules/global-prefix/package.json
generated
vendored
Normal file
@ -0,0 +1,130 @@
|
||||
{
|
||||
"_from": "global-prefix@^1.0.1",
|
||||
"_id": "global-prefix@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=",
|
||||
"_location": "/global-prefix",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "global-prefix@^1.0.1",
|
||||
"name": "global-prefix",
|
||||
"escapedName": "global-prefix",
|
||||
"rawSpec": "^1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/global-modules"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
|
||||
"_shasum": "dbf743c6c14992593c655568cb66ed32c0122ebe",
|
||||
"_spec": "global-prefix@^1.0.1",
|
||||
"_where": "/Users/josh.burman/Projects/braid/node_modules/global-modules",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/global-prefix/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alexandr Bogachev",
|
||||
"url": "https://github.com/rmbaad"
|
||||
},
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
"url": "https://twitter.com/doowb"
|
||||
},
|
||||
{
|
||||
"name": "Charlike Mike Reagent",
|
||||
"url": "https://i.am.charlike.online"
|
||||
},
|
||||
{
|
||||
"name": "JasonChang",
|
||||
"url": "https://packagist.org/packages/jason-chang"
|
||||
},
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
},
|
||||
{
|
||||
"name": "Jorrit Schippers",
|
||||
"url": "https://www.ncode.nl"
|
||||
},
|
||||
{
|
||||
"name": "Mathias Rasmussen",
|
||||
"url": "chrome://dino"
|
||||
},
|
||||
{
|
||||
"name": "Ross Fenning",
|
||||
"url": "http://rossfenning.co.uk"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"expand-tilde": "^2.0.2",
|
||||
"homedir-polyfill": "^1.0.1",
|
||||
"ini": "^1.3.4",
|
||||
"is-windows": "^1.0.1",
|
||||
"which": "^1.2.14"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Get the npm global path prefix.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.12",
|
||||
"mocha": "^3.4.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/global-prefix",
|
||||
"keywords": [
|
||||
"global",
|
||||
"module",
|
||||
"modules",
|
||||
"npm",
|
||||
"path",
|
||||
"prefix",
|
||||
"resolve"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "global-prefix",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/global-prefix.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"global-modules",
|
||||
"global-paths"
|
||||
]
|
||||
},
|
||||
"reflinks": [
|
||||
"verb"
|
||||
],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
Reference in New Issue
Block a user