Files
enviPy-bayer/static/js/ketcher2/node_modules/dot-parts/package.json
2025-06-23 20:13:54 +02:00

62 lines
1.5 KiB
JSON

{
"_from": "dot-parts@~1.0.0",
"_id": "dot-parts@1.0.1",
"_inBundle": false,
"_integrity": "sha1-iEvXvPwwgv+tL+XbU+SU2PPgdD8=",
"_location": "/dot-parts",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dot-parts@~1.0.0",
"name": "dot-parts",
"escapedName": "dot-parts",
"rawSpec": "~1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
},
"_requiredBy": [
"/accessory"
],
"_resolved": "https://registry.npmjs.org/dot-parts/-/dot-parts-1.0.1.tgz",
"_shasum": "884bd7bcfc3082ffad2fe5db53e494d8f3e0743f",
"_spec": "dot-parts@~1.0.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/accessory",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"bugs": {
"url": "https://github.com/bendrucker/dot-parts/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Split a dot property into its parts",
"devDependencies": {
"standard": "^4.0.0",
"tape": "^4.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/bendrucker/dot-parts#readme",
"keywords": [
"dot",
"prop",
"identifier",
"part"
],
"license": "MIT",
"main": "index.js",
"name": "dot-parts",
"repository": {
"type": "git",
"url": "git+https://github.com/bendrucker/dot-parts.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.0.1"
}