API/api.medcify.app/node_modules/dottie/package.json

55 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2022-09-26 06:11:44 +00:00
{
"_from": "dottie@^2.0.2",
"_id": "dottie@2.0.2",
"_inBundle": false,
"_integrity": "sha512-fmrwR04lsniq/uSr8yikThDTrM7epXHBAAjH9TbeH3rEA8tdCO7mRzB9hdmdGyJCxF8KERo9CITcm3kGuoyMhg==",
"_location": "/dottie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dottie@^2.0.2",
"name": "dottie",
"escapedName": "dottie",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/sequelize"
],
"_resolved": "https://registry.npmjs.org/dottie/-/dottie-2.0.2.tgz",
"_shasum": "cc91c0726ce3a054ebf11c55fbc92a7f266dd154",
"_spec": "dottie@^2.0.2",
"_where": "/var/www/api.medcify.app/node_modules/sequelize",
"author": {
"name": "Mick Hansen",
"email": "maker@mhansen.io"
},
"bugs": {
"url": "https://github.com/mickhansen/dottie.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Fast and safe nested object access and manipulation in JavaScript",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
},
"files": [
"dottie.js"
],
"homepage": "https://github.com/mickhansen/dottie.js#readme",
"license": "MIT",
"main": "dottie.js",
"name": "dottie",
"repository": {
"type": "git",
"url": "git://github.com/mickhansen/dottie.js.git"
},
"scripts": {
"test": "mocha -t 5000 -s 100 --reporter spec test"
},
"version": "2.0.2"
}