bigint-crypto-utils/node_modules/object-get/package.json

63 lines
1.6 KiB
JSON

{
"_from": "object-get@^2.1.0",
"_id": "object-get@2.1.1",
"_inBundle": false,
"_integrity": "sha512-7n4IpLMzGGcLEMiQKsNR7vCe+N5E9LORFrtNUVy4sO3dj9a3HedZCxEL2T7QuLhcHN1NBuBsMOKaOsAYI9IIvg==",
"_location": "/object-get",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "object-get@^2.1.0",
"name": "object-get",
"escapedName": "object-get",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/dmd",
"/sort-array"
],
"_resolved": "https://registry.npmjs.org/object-get/-/object-get-2.1.1.tgz",
"_shasum": "1dad63baf6d94df184d1c58756cc9be55b174dac",
"_spec": "object-get@^2.1.0",
"_where": "/home/juan/bigint-crypto-utils/node_modules/dmd",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/object-get/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Access nested property values at any depth with a simple expression.",
"devDependencies": {
"jsdoc-to-markdown": "^5.0.3",
"tape": "^4.13.0"
},
"homepage": "https://github.com/75lb/object-get#readme",
"keywords": [
"object",
"get",
"property",
"key",
"value",
"access",
"accessor"
],
"license": "MIT",
"main": "lib/object-get.js",
"name": "object-get",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/object-get.git"
},
"scripts": {
"docs": "jsdoc2md -d 1 -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
"test": "tape test/*.js"
},
"version": "2.1.1"
}