Changeset 79a0317 for imaps-frontend/node_modules/path-parse
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/path-parse/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "path-parse", 3 "version": "1.0.7", 2 "_from": "path-parse@^1.0.7", 3 "_id": "path-parse@1.0.7", 4 "_inBundle": false, 5 "_integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 6 "_location": "/path-parse", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "path-parse@^1.0.7", 12 "name": "path-parse", 13 "escapedName": "path-parse", 14 "rawSpec": "^1.0.7", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.7" 17 }, 18 "_requiredBy": [ 19 "/resolve" 20 ], 21 "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 22 "_shasum": "fbc114b60ca42b30d9daf5858e4bd68bbedb6735", 23 "_spec": "path-parse@^1.0.7", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/resolve", 25 "author": { 26 "name": "Javier Blanco", 27 "email": "http://jbgutierrez.info" 28 }, 29 "bugs": { 30 "url": "https://github.com/jbgutierrez/path-parse/issues" 31 }, 32 "bundleDependencies": false, 33 "deprecated": false, 4 34 "description": "Node.js path.parse() ponyfill", 5 "main": "index.js", 6 "scripts": { 7 "test": "node test.js" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/jbgutierrez/path-parse.git" 12 }, 35 "homepage": "https://github.com/jbgutierrez/path-parse#readme", 13 36 "keywords": [ 14 37 "path", … … 25 48 "shim" 26 49 ], 27 "author": "Javier Blanco <http://jbgutierrez.info>",28 50 "license": "MIT", 29 "bugs": { 30 "url": "https://github.com/jbgutierrez/path-parse/issues" 51 "main": "index.js", 52 "name": "path-parse", 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/jbgutierrez/path-parse.git" 31 56 }, 32 "homepage": "https://github.com/jbgutierrez/path-parse#readme" 57 "scripts": { 58 "test": "node test.js" 59 }, 60 "version": "1.0.7" 33 61 }
Note:
See TracChangeset
for help on using the changeset viewer.