Changeset 59329aa for trip-planner-front/node_modules/extsprintf
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/extsprintf/package.json
rceaed42 r59329aa 1 1 { 2 "name": "extsprintf", 3 "version": "1.3.0", 4 "description": "extended POSIX-style sprintf", 5 "main": "./lib/extsprintf.js", 6 "repository": { 7 "type": "git", 8 "url": "git://github.com/davepacheco/node-extsprintf.git" 9 }, 10 "engines": [ 11 "node >=0.6.0" 12 ], 13 "license": "MIT" 2 "_args": [ 3 [ 4 "extsprintf@1.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "extsprintf@1.3.0", 10 "_id": "extsprintf@1.3.0", 11 "_inBundle": false, 12 "_integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", 13 "_location": "/extsprintf", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "extsprintf@1.3.0", 19 "name": "extsprintf", 20 "escapedName": "extsprintf", 21 "rawSpec": "1.3.0", 22 "saveSpec": null, 23 "fetchSpec": "1.3.0" 24 }, 25 "_requiredBy": [ 26 "/jsprim", 27 "/verror" 28 ], 29 "_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", 30 "_spec": "1.3.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "bugs": { 33 "url": "https://github.com/davepacheco/node-extsprintf/issues" 34 }, 35 "description": "extended POSIX-style sprintf", 36 "engines": [ 37 "node >=0.6.0" 38 ], 39 "homepage": "https://github.com/davepacheco/node-extsprintf#readme", 40 "license": "MIT", 41 "main": "./lib/extsprintf.js", 42 "name": "extsprintf", 43 "repository": { 44 "type": "git", 45 "url": "git://github.com/davepacheco/node-extsprintf.git" 46 }, 47 "version": "1.3.0" 14 48 }
Note:
See TracChangeset
for help on using the changeset viewer.