diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-03 01:33:53 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-03 01:33:53 +0100 |
commit | d1291f67551c58168af43698a359cb5ddfd266b0 (patch) | |
tree | 55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/path-root | |
parent | d0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff) |
node_modules
Diffstat (limited to 'node_modules/path-root')
-rw-r--r-- | node_modules/path-root/package.json | 100 |
1 files changed, 17 insertions, 83 deletions
diff --git a/node_modules/path-root/package.json b/node_modules/path-root/package.json index 57692e4cc..35cf57783 100644 --- a/node_modules/path-root/package.json +++ b/node_modules/path-root/package.json @@ -1,100 +1,35 @@ { - "_args": [ - [ - { - "raw": "path-root@^0.1.1", - "scope": null, - "escapedName": "path-root", - "name": "path-root", - "rawSpec": "^0.1.1", - "spec": ">=0.1.1 <0.2.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/parse-filepath" - ] - ], - "_from": "path-root@>=0.1.1 <0.2.0", - "_id": "path-root@0.1.1", - "_inCache": true, - "_location": "/path-root", - "_nodeVersion": "5.5.0", - "_npmOperationalInternal": { - "host": "packages-16-east.internal.npmjs.com", - "tmp": "tmp/path-root-0.1.1.tgz_1459235666528_0.13938825554214418" - }, - "_npmUser": { - "name": "jonschlinkert", - "email": "github@sellside.com" - }, - "_npmVersion": "3.6.0", - "_phantomChildren": {}, - "_requested": { - "raw": "path-root@^0.1.1", - "scope": null, - "escapedName": "path-root", - "name": "path-root", - "rawSpec": "^0.1.1", - "spec": ">=0.1.1 <0.2.0", - "type": "range" + "name": "path-root", + "description": "Get the root of a posix or windows filepath.", + "version": "0.1.1", + "homepage": "https://github.com/jonschlinkert/path-root", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/path-root", + "bugs": { + "url": "https://github.com/jonschlinkert/path-root/issues" }, - "_requiredBy": [ - "/parse-filepath" + "license": "MIT", + "files": [ + "index.js" ], - "_resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", - "_shasum": "9a4a6814cac1c0cd73360a95f32083c8ea4745b7", - "_shrinkwrap": null, - "_spec": "path-root@^0.1.1", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/parse-filepath", - "author": { - "name": "Jon Schlinkert", - "url": "https://github.com/jonschlinkert" + "main": "index.js", + "engines": { + "node": ">=0.10.0" }, - "bugs": { - "url": "https://github.com/jonschlinkert/path-root/issues" + "scripts": { + "test": "mocha" }, "dependencies": { "path-root-regex": "^0.1.0" }, - "description": "Get the root of a posix or windows filepath.", "devDependencies": { "gulp-format-md": "^0.1.7", "mocha": "^2.4.5" }, - "directories": {}, - "dist": { - "shasum": "9a4a6814cac1c0cd73360a95f32083c8ea4745b7", - "tarball": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "gitHead": "2f1a3929dece0f8bb645b8eb6123dd53f05cd503", - "homepage": "https://github.com/jonschlinkert/path-root", "keywords": [ "path", "root" ], - "license": "MIT", - "main": "index.js", - "maintainers": [ - { - "name": "jonschlinkert", - "email": "github@sellside.com" - } - ], - "name": "path-root", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/jonschlinkert/path-root.git" - }, - "scripts": { - "test": "mocha" - }, "verb": { "run": true, "toc": false, @@ -119,6 +54,5 @@ "lint": { "reflinks": true } - }, - "version": "0.1.1" + } } |