Changeset 79a0317 for imaps-frontend/node_modules/path-is-absolute
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/path-is-absolute/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "path-is-absolute", 3 "version": "1.0.1", 4 "description": "Node.js 0.12 path.isAbsolute() ponyfill", 5 "license": "MIT", 6 "repository": "sindresorhus/path-is-absolute", 2 "_from": "path-is-absolute@^1.0.0", 3 "_id": "path-is-absolute@1.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", 6 "_location": "/path-is-absolute", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "path-is-absolute@^1.0.0", 12 "name": "path-is-absolute", 13 "escapedName": "path-is-absolute", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/glob" 20 ], 21 "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 22 "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f", 23 "_spec": "path-is-absolute@^1.0.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob", 7 25 "author": { 8 26 "name": "Sindre Sorhus", … … 10 28 "url": "sindresorhus.com" 11 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/path-is-absolute/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "Node.js 0.12 path.isAbsolute() ponyfill", 36 "devDependencies": { 37 "xo": "^0.16.0" 38 }, 12 39 "engines": { 13 40 "node": ">=0.10.0" 14 },15 "scripts": {16 "test": "xo && node test.js"17 41 }, 18 42 "files": [ 19 43 "index.js" 20 44 ], 45 "homepage": "https://github.com/sindresorhus/path-is-absolute#readme", 21 46 "keywords": [ 22 47 "path", … … 38 63 "check" 39 64 ], 40 "devDependencies": { 41 "xo": "^0.16.0" 42 } 65 "license": "MIT", 66 "name": "path-is-absolute", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/sindresorhus/path-is-absolute.git" 70 }, 71 "scripts": { 72 "test": "xo && node test.js" 73 }, 74 "version": "1.0.1" 43 75 }
Note:
See TracChangeset
for help on using the changeset viewer.