This commit is contained in:
eric sciple 2020-01-24 12:21:24 -05:00
parent fc725ba36b
commit 422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions

24
node_modules/jsprim/package.json generated vendored Normal file
View file

@ -0,0 +1,24 @@
{
"name": "jsprim",
"version": "1.4.1",
"description": "utilities for primitive JavaScript types",
"main": "./lib/jsprim.js",
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-jsprim.git"
},
"dependencies": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"verror": "1.10.0"
},
"engines": [
"node >=0.6.0"
],
"license": "MIT"
,"_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz"
,"_integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI="
,"_from": "jsprim@1.4.1"
}