Changeset 59329aa for trip-planner-front/node_modules/jsprim
- 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/jsprim/package.json
rceaed42 r59329aa 1 1 { 2 "name": "jsprim", 3 "version": "1.4.1", 4 "description": "utilities for primitive JavaScript types", 5 "main": "./lib/jsprim.js", 6 "repository": { 7 "type": "git", 8 "url": "git://github.com/joyent/node-jsprim.git" 9 }, 10 "dependencies": { 11 "assert-plus": "1.0.0", 12 "extsprintf": "1.3.0", 13 "json-schema": "0.2.3", 14 "verror": "1.10.0" 15 }, 16 "engines": [ 17 "node >=0.6.0" 18 ], 19 "license": "MIT" 2 "_args": [ 3 [ 4 "jsprim@1.4.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "jsprim@1.4.1", 10 "_id": "jsprim@1.4.1", 11 "_inBundle": false, 12 "_integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", 13 "_location": "/jsprim", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "jsprim@1.4.1", 19 "name": "jsprim", 20 "escapedName": "jsprim", 21 "rawSpec": "1.4.1", 22 "saveSpec": null, 23 "fetchSpec": "1.4.1" 24 }, 25 "_requiredBy": [ 26 "/http-signature" 27 ], 28 "_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", 29 "_spec": "1.4.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/joyent/node-jsprim/issues" 33 }, 34 "dependencies": { 35 "assert-plus": "1.0.0", 36 "extsprintf": "1.3.0", 37 "json-schema": "0.2.3", 38 "verror": "1.10.0" 39 }, 40 "description": "utilities for primitive JavaScript types", 41 "engines": [ 42 "node >=0.6.0" 43 ], 44 "homepage": "https://github.com/joyent/node-jsprim#readme", 45 "license": "MIT", 46 "main": "./lib/jsprim.js", 47 "name": "jsprim", 48 "repository": { 49 "type": "git", 50 "url": "git://github.com/joyent/node-jsprim.git" 51 }, 52 "version": "1.4.1" 20 53 }
Note:
See TracChangeset
for help on using the changeset viewer.