aiparking_api/node_modules/ow-lite/package.json
2020-02-02 15:24:30 +07:00

67 lines
1.5 KiB
JSON

{
"_from": "ow-lite@^0.0.2",
"_id": "ow-lite@0.0.2",
"_inBundle": false,
"_integrity": "sha1-359QDmdAtlkKHpqWVzDUmo61l9E=",
"_location": "/ow-lite",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ow-lite@^0.0.2",
"name": "ow-lite",
"escapedName": "ow-lite",
"rawSpec": "^0.0.2",
"saveSpec": null,
"fetchSpec": "^0.0.2"
},
"_requiredBy": [
"/random"
],
"_resolved": "https://registry.npmjs.org/ow-lite/-/ow-lite-0.0.2.tgz",
"_shasum": "df9f500e6740b6590a1e9a965730d49a8eb597d1",
"_spec": "ow-lite@^0.0.2",
"_where": "/home/bo_wsl/code/api/node_modules/random",
"author": {
"name": "Travis Fischer",
"email": "travis@automagical.ai"
},
"ava": {
"require": [
"esm"
]
},
"bugs": {
"url": "https://github.com/transitive-bullshit/ow-lite/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Lightweight replacement for the ow validation library meant for browser usage.",
"devDependencies": {
"ava": "^0.25.0",
"esm": "^3.0.49",
"standard": "^11.0.0"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/transitive-bullshit/ow-lite#readme",
"keywords": [
"ow",
"browser",
"shim",
"lite"
],
"license": "MIT",
"main": "index.js",
"name": "ow-lite",
"repository": {
"type": "git",
"url": "git+https://github.com/transitive-bullshit/ow-lite.git"
},
"scripts": {
"test": "ava -v && standard"
},
"version": "0.0.2"
}